summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-25 11:17:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-25 12:02:13 +0000
commitf06734fdc61a3f92c7c7ac988f207afe20816149 (patch)
tree52b430ff50644f6e6585d12e311a69b792ec0021 /registry
parent90287eddd555be45b26ece5cb689f777337c6fb3 (diff)
remove empty method
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx
index 1bd3abc5f..1e47c9d20 100644
--- a/registry/source/regimpl.hxx
+++ b/registry/source/regimpl.hxx
@@ -123,7 +123,7 @@ public:
ORegKey* getRootKey();
- const store::OStoreFile& getStoreFile()
+ const store::OStoreFile& getStoreFile() const
{ return m_file; }
const rtl::OUString& getName() const