diff options
| author | Roberto Raggi <[email protected]> | 2009-01-09 16:55:25 +0100 |
|---|---|---|
| committer | Roberto Raggi <[email protected]> | 2009-01-09 16:55:51 +0100 |
| commit | 599cdcfa064c91a2a4dcbb3d76dab799b19e4ecf (patch) | |
| tree | bdbd8011612f4fe0cf3ac18d909914c0fed66919 /src/libs/cplusplus/SimpleLexer.h | |
| parent | 5f9669d8d264bc0c97afae61269c25e485949b83 (diff) | |
More ObjC++
Diffstat (limited to 'src/libs/cplusplus/SimpleLexer.h')
| -rw-r--r-- | src/libs/cplusplus/SimpleLexer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/cplusplus/SimpleLexer.h b/src/libs/cplusplus/SimpleLexer.h index fb64a66c033..3f5b736e2dd 100644 --- a/src/libs/cplusplus/SimpleLexer.h +++ b/src/libs/cplusplus/SimpleLexer.h @@ -91,8 +91,8 @@ public: bool qtMocRunEnabled() const; void setQtMocRunEnabled(bool enabled); - bool objcEnabled() const; - void setObjcEnabled(bool onoff); + bool objCEnabled() const; + void setObjCEnabled(bool onoff); QList<SimpleToken> operator()(const QString &text, int state = 0); @@ -103,7 +103,7 @@ private: int _lastState; bool _skipComments: 1; bool _qtMocRunEnabled: 1; - bool _objcEnabled: 1; + bool _objCEnabled: 1; }; } // end of namespace CPlusPlus |
