diff options
Diffstat (limited to 'lexlib/Accessor.h')
| -rw-r--r-- | lexlib/Accessor.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/Accessor.h b/lexlib/Accessor.h index 2f28c1acd..9789f2b4a 100644 --- a/lexlib/Accessor.h +++ b/lexlib/Accessor.h @@ -24,7 +24,7 @@ class Accessor : public LexAccessor {  public:  	PropSetSimple *pprops;  	Accessor(IDocument *pAccess_, PropSetSimple *pprops_); -	int GetPropertyInt(const char *, int defaultValue=0); +	int GetPropertyInt(const char *, int defaultValue=0) const;  	int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0);  };  | 
