Code

Missed a win32 fix.
[inkscape.git] / src / main-cmdlineact.h
index bcf94c5a222dc4f0794b336f09effda2ed2d9d70..aca039f988d959acc38e886f33b21f94cd1337e2 100644 (file)
@@ -15,6 +15,7 @@
  * Released under GNU GPL v2.x, read the file 'COPYING' for more information
  */
 
+#include <glib/gtypes.h>
 
 namespace Inkscape {
 
@@ -26,7 +27,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);