diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 10:38:06 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-11-15 12:17:44 +0100 |
commit | 1577f53fa58378ec615ac3d00f96a6aff71c0c9e (patch) | |
tree | ce4890c8814b3597651ea88f8a05b942e40c6094 /vcl/inc/unx/salgdi.h | |
parent | a1754292bbb3d83fa0e23cf3a84b903911734387 (diff) |
let us make the virtual explicit
Change-Id: Iaa4f2ecb54d57c9badc27ec8c13033eba5be7fed
Diffstat (limited to 'vcl/inc/unx/salgdi.h')
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index a09e026c6d2e..6b0e2be8a035 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -128,7 +128,7 @@ public: void Init( class ImplSalPrinterData *pPrinter ); void DeInit(); - SalGraphicsImpl* GetImpl() const SAL_OVERRIDE; + virtual SalGraphicsImpl* GetImpl() const SAL_OVERRIDE; inline const SalDisplay* GetDisplay() const; inline Display* GetXDisplay() const; inline const SalVisual& GetVisual() const; |