summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_layout.hxx')
-rw-r--r--vcl/inc/graphite_layout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx
index 9d2211244b52..e86b1d395c6f 100644
--- a/vcl/inc/graphite_layout.hxx
+++ b/vcl/inc/graphite_layout.hxx
@@ -131,7 +131,7 @@ public:
// Dummy implementation so layout can be shared between Linux/Windows
virtual void DrawText(SalGraphics&) const override {};
- virtual ~GraphiteLayout() throw();
+ virtual ~GraphiteLayout() throw() override;
void SetFont(gr_font * pFont) { mpFont = pFont; }
#ifdef _WIN32
gr_font * GetFont() { return mpFont; }