diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 11:17:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 12:02:13 +0000 |
commit | f06734fdc61a3f92c7c7ac988f207afe20816149 (patch) | |
tree | 52b430ff50644f6e6585d12e311a69b792ec0021 /registry | |
parent | 90287eddd555be45b26ece5cb689f777337c6fb3 (diff) |
remove empty method
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.hxx | 2 |
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 |