diff options
Diffstat (limited to 'src/object/sp-paint-server.h')
| -rw-r--r-- | src/object/sp-paint-server.h | 2 |
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; |
