summaryrefslogtreecommitdiffstats
path: root/src/object/sp-paint-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-paint-server.h')
-rw-r--r--src/object/sp-paint-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-paint-server.h b/src/object/sp-paint-server.h
index 7f3bfcba0..23d0399af 100644
--- a/src/object/sp-paint-server.h
+++ b/src/object/sp-paint-server.h
@@ -33,7 +33,7 @@ class DrawingPattern;
class SPPaintServer : public SPObject {
public:
SPPaintServer();
- virtual ~SPPaintServer();
+ ~SPPaintServer() override;
bool isSwatch() const;
bool isSolid() const;