X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmain-cmdlineact.h;h=b40d7c2baed766c0e7e639efb51601ae65309085;hb=f2c65c84b2e5016ef16907bf15d51ded9c25411e;hp=bcf94c5a222dc4f0794b336f09effda2ed2d9d70;hpb=9912b702d1f761cbcb527644c2c637e6a84466e8;p=inkscape.git diff --git a/src/main-cmdlineact.h b/src/main-cmdlineact.h index bcf94c5a2..b40d7c2ba 100644 --- a/src/main-cmdlineact.h +++ b/src/main-cmdlineact.h @@ -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);