diff options
Diffstat (limited to 'lexlib/LexAccessor.h')
| -rw-r--r-- | lexlib/LexAccessor.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lexlib/LexAccessor.h b/lexlib/LexAccessor.h index e11535bf7..658eb6e6d 100644 --- a/lexlib/LexAccessor.h +++ b/lexlib/LexAccessor.h @@ -77,7 +77,7 @@ public:  		}  		return buf[position - startPos];  	} -	IDocument *MultiByteAccess() const { +	IDocument *MultiByteAccess() const noexcept {  		return pAccess;  	}  	/** Safe version of operator[], returning a defined value for invalid position. */ | 
