summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/connection/objectnames.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/sdbtools/connection/objectnames.cxx')
-rw-r--r--dbaccess/source/sdbtools/connection/objectnames.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/sdbtools/connection/objectnames.cxx b/dbaccess/source/sdbtools/connection/objectnames.cxx
index 9e24c49c31f8..d48f14e3efc0 100644
--- a/dbaccess/source/sdbtools/connection/objectnames.cxx
+++ b/dbaccess/source/sdbtools/connection/objectnames.cxx
@@ -206,7 +206,7 @@ namespace sdbtools
PNameValidation m_pSecondary;
public:
- CombinedNameCheck( PNameValidation _pPrimary, PNameValidation _pSecondary )
+ CombinedNameCheck(const PNameValidation& _pPrimary, const PNameValidation& _pSecondary)
:m_pPrimary( _pPrimary )
,m_pSecondary( _pSecondary )
{