Code

* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
[inkscape.git] / src / main-cmdlineact.h
index bcf94c5a222dc4f0794b336f09effda2ed2d9d70..b40d7c2baed766c0e7e639efb51601ae65309085 100644 (file)
@@ -26,7 +26,7 @@ class CmdLineAction {
 
 public:
     CmdLineAction (bool isVerb, gchar const * arg);
-    ~CmdLineAction ();
+    virtual ~CmdLineAction ();
 
     void doIt (Inkscape::UI::View::View * view);
     static void doList (Inkscape::UI::View::View * view);