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 b2a44dbb5912..2225cbcf4367 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -96,7 +96,7 @@ public:
bool TestComma();
void TestEoln();
- void Symbol( const KeywordSymbolInfo* pKeywordSymbolInfo = nullptr ); // let or call
+ void Symbol( const KeywordSymbolInfo* pKeywordSymbolInfo ); // let or call
void ErrorStmnt(); // ERROR n
void BadBlock(); // LOOP/WEND/NEXT
void NoIf(); // ELSE/ELSE IF without IF