]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUICommand.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxGUICommand.h
index ddc12a8209d6620eea80c9dfb12f07a91c21bd8a..e91c33d800ffb6d8244a3a7062a2b88c627a6c73 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUICommand.h,v $
   Language:  C++
-  Date:      $Date: 2008/06/26 06:50:05 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/07/23 11:46:11 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -46,7 +46,7 @@ namespace bbtk
   {
   public:
     WxGUICommandUser() {}
-    ~WxGUICommandUser() {}
+    virtual ~WxGUICommandUser() {}
     /// Callback invoked when a command is entered in the WxGUICommand
     virtual void WxGUICommandEnter(const std::string& command) {}
   };