summaryrefslogtreecommitdiff
path: root/basic/source/inc/parser.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:38 +0200
commitc8fd385d6100d7b0ef2db3c5f4f1871470c65689 (patch)
tree8a69940c23e867d91b926098e651879b2003a5a3 /basic/source/inc/parser.hxx
parentaa2b7d55c6f8e1d8390b0e820b1e5586bb5a7d4c (diff)
loplugin:casttovoid: basic
Change-Id: I4e70accf67d4d812b8998b0baa07cd04c27216ad
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 a2138283bb22..4ff5baf83518 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -54,7 +54,7 @@ class SbiParser : public SbiTokenizer
void CloseBlock();
bool Channel( bool bAlways=false ); // parse channel number
void StmntBlock( SbiToken );
- void DefType( bool bPrivate ); // Parse type declaration
+ void DefType(); // Parse type declaration
void DefEnum( bool bPrivate ); // Parse enum declaration
void DefDeclare( bool bPrivate );
void EnableCompatibility();