summaryrefslogtreecommitdiff
path: root/include/svx/svdoopengl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdoopengl.hxx')
-rw-r--r--include/svx/svdoopengl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx
index 03d740512963..857e313ae2bc 100644
--- a/include/svx/svdoopengl.hxx
+++ b/include/svx/svdoopengl.hxx
@@ -16,7 +16,7 @@
class SVX_DLLPUBLIC SdrOpenGLObj : public SdrObject
{
public:
- virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact()
+ virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() SAL_OVERRIDE
{
return new sdr::contact::ViewContactOfOpenGLObj(*this);
}