diff options
Diffstat (limited to 'include/connectivity/sqlnode.hxx')
-rw-r--r-- | include/connectivity/sqlnode.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index b7550e530109..20c821957eab 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -252,7 +252,7 @@ namespace connectivity OSQLParseNode(const OSQLParseNode& rParseNode); OSQLParseNode& operator=(const OSQLParseNode& rParseNode); - bool operator==(OSQLParseNode& rParseNode) const; + bool operator==(OSQLParseNode const & rParseNode) const; // destructor destructs the tree recursively virtual ~OSQLParseNode(); @@ -400,7 +400,7 @@ namespace connectivity // substitute all occurrences of :var or [name] into the dynamic parameter ? // _pNode will be modified if parameters exists - static void substituteParameterNames(OSQLParseNode* _pNode); + static void substituteParameterNames(OSQLParseNode const * _pNode); /** return a table range when it exists. */ |