summaryrefslogtreecommitdiff
path: root/registry/tools/regcompare.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regcompare.cxx')
-rw-r--r--registry/tools/regcompare.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index bf6ebfa594f0..cd2ff305644e 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -65,8 +65,8 @@ public:
protected:
bool setRegName_Impl(char c, std::string const & param);
- virtual void printUsage_Impl() const;
- virtual bool initOptions_Impl (std::vector< std::string > & rArgs);
+ virtual void printUsage_Impl() const SAL_OVERRIDE;
+ virtual bool initOptions_Impl (std::vector< std::string > & rArgs) SAL_OVERRIDE;
std::string m_regName1;
std::string m_regName2;