aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexEiffel.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-05-21 07:24:57 +0000
committernyamatongwe <devnull@localhost>2001-05-21 07:24:57 +0000
commitbd5470af2364a7f7305ee4dc5e4adb27d6f8f876 (patch)
treed906c4ca2e7eb7de314129e44a8f6300a9a4f3b6 /src/LexEiffel.cxx
parentf74d10b434a7bf595ea9bc0a12c4079f44907a26 (diff)
downloadscintilla-mirror-bd5470af2364a7f7305ee4dc5e4adb27d6f8f876.tar.gz
Avoided some warnings.
Diffstat (limited to 'src/LexEiffel.cxx')
-rw-r--r--src/LexEiffel.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LexEiffel.cxx b/src/LexEiffel.cxx
index 6109ca4d5..68572db65 100644
--- a/src/LexEiffel.cxx
+++ b/src/LexEiffel.cxx
@@ -48,6 +48,9 @@ class LexContext {
Accessor &styler;
int lengthDoc;
int currentPos;
+ LexContext& operator=(const LexContext&) {
+ return *this;
+ }
public:
int state;
char ch;