diff options
Diffstat (limited to 'src/DocumentAccessor.h')
| -rw-r--r-- | src/DocumentAccessor.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/src/DocumentAccessor.h b/src/DocumentAccessor.h index 899865fc1..39a0f2521 100644 --- a/src/DocumentAccessor.h +++ b/src/DocumentAccessor.h @@ -38,9 +38,9 @@ protected:  	void Fill(int position);  public: -	DocumentAccessor(Document *pdoc_, PropertyGet &props_, WindowID id_=0) :  +	DocumentAccessor(Document *pdoc_, PropertyGet &props_, WindowID id_=0) :  		Accessor(), pdoc(pdoc_), props(props_), id(id_), -		lenDoc(-1), validLen(0), chFlags(0), chWhile(0),  +		lenDoc(-1), validLen(0), chFlags(0), chWhile(0),  		startSeg(0), startPosStyling(0),  		mask(127) { // Initialize the mask to be big enough for any lexer.  	} @@ -54,8 +54,8 @@ public:  	void Flush();  	int GetLineState(int line);  	int SetLineState(int line, int state); -	int GetPropertyInt(const char *key, int defaultValue=0) {  -		return props.GetInt(key, defaultValue);  +	int GetPropertyInt(const char *key, int defaultValue=0) { +		return props.GetInt(key, defaultValue);  	}  	char *GetProperties() {  		return props.ToString(); | 
