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 | 066855a15a9a1d5be4e134391ed19ef2c73d5bbd (patch) | |
tree | a1aa21a3e62ab43459c2670693635c40bab95585 /registry | |
parent | 849779db912cc97ef2c247d64aefd2069a3f9b0c (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 bbb4a5b2016d..c08721ee84d4 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 |