summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astmodule.hxx')
-rw-r--r--idlc/inc/idlc/astmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astmodule.hxx b/idlc/inc/idlc/astmodule.hxx
index 1a1381a3a25f..edaa6f300c1c 100644
--- a/idlc/inc/idlc/astmodule.hxx
+++ b/idlc/inc/idlc/astmodule.hxx
@@ -36,7 +36,7 @@ public:
{}
virtual ~AstModule() {}
- virtual bool dump(RegistryKey& rKey);
+ virtual bool dump(RegistryKey& rKey) SAL_OVERRIDE;
};
#endif // _IDLC_ASTMODULE_HXX_