summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NCatalog.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-07 08:12:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-07 08:12:52 +0100
commitf6262b3dcb4126ea03802e66ddf5bfa8833e6328 (patch)
tree947d25a477987d1dbb3b0f43a519ae6808184e1a /connectivity/source/drivers/evoab2/NCatalog.hxx
parent76db789dc777a4888b95d9f6665ce45bd667b957 (diff)
Remove redundant 'inline' keyword, Linux redux
Change-Id: I10c7dbd6a7acce309b056a1ae57c39f00f22c46d
Diffstat (limited to 'connectivity/source/drivers/evoab2/NCatalog.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NCatalog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NCatalog.hxx b/connectivity/source/drivers/evoab2/NCatalog.hxx
index 617a0cfe64f3..1ed64f510440 100644
--- a/connectivity/source/drivers/evoab2/NCatalog.hxx
+++ b/connectivity/source/drivers/evoab2/NCatalog.hxx
@@ -32,7 +32,7 @@ namespace connectivity
OEvoabConnection *m_pConnection;
public:
explicit OEvoabCatalog(OEvoabConnection *_pCon);
- inline OEvoabConnection* getConnection() const { return m_pConnection; }
+ OEvoabConnection* getConnection() const { return m_pConnection; }
virtual void refreshTables() override;
virtual void refreshViews() override {}
virtual void refreshGroups() override {}