diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index ff21538554b3..6103e4915915 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -66,7 +66,7 @@ namespace dbaui void implCheckTables(const css::uno::Sequence< OUString >& _rTables); /// returns the next sibling, if not available, the next sibling of the parent, a.s.o. - std::unique_ptr<weld::TreeIter> implNextSibling(weld::TreeIter* pEntry) const; + std::unique_ptr<weld::TreeIter> implNextSibling(const weld::TreeIter* pEntry) const; /** return the current selection in <member>m_aTablesList</member> */ |