summaryrefslogtreecommitdiff
path: root/basic/source/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r--basic/source/inc/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx
index fa60d6d1ca4e..b2a44dbb5912 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -81,7 +81,7 @@ public:
SbiParser( StarBASIC*, SbModule* );
bool Parse();
- void SetCodeCompleting( const bool& b );
+ void SetCodeCompleting( bool b );
bool IsCodeCompleting() const { return bCodeCompleting;}
SbiExprNode* GetWithVar();