From 541f13e28956050f2111c873dc7afeeaed981ef9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 19 Jan 2008 03:14:35 +0000 Subject: Made som emethods const. --- src/RunStyles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/RunStyles.h') diff --git a/src/RunStyles.h b/src/RunStyles.h index bbf20b262..f16421fd0 100644 --- a/src/RunStyles.h +++ b/src/RunStyles.h @@ -23,8 +23,8 @@ public: public: RunStyles(); ~RunStyles(); - int Length(); - int ValueAt(int position); + int Length() const; + int ValueAt(int position) const; int FindNextChange(int position, int end); int StartRun(int position); int EndRun(int position); -- cgit v1.2.3