summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/win/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index fc12bc823b93..dced53aecfb0 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -150,7 +150,7 @@ public:
struct CompatibleDC::Texture
{
- virtual ~Texture() = 0 {};
+ virtual ~Texture() {};
virtual bool isValid() const = 0;
virtual int GetWidth() const = 0;
virtual int GetHeight() const = 0;