diff options
Diffstat (limited to 'src/extension/print.h')
| -rw-r--r-- | src/extension/print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/print.h b/src/extension/print.h index b5e6c1065..23a58b3fc 100644 --- a/src/extension/print.h +++ b/src/extension/print.h @@ -34,8 +34,8 @@ public: /* TODO: These are public for the short term, but this should be fixed * public: Print (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); - virtual ~Print (void); - virtual bool check (void); + ~Print (void) override; + bool check (void) override; /* FALSE means user hit cancel */ unsigned int setup (void); |
