X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUICommand.h;h=e91c33d800ffb6d8244a3a7062a2b88c627a6c73;hb=1ae35ab233d889137ae2e0a347f55b960ab4b855;hp=ddc12a8209d6620eea80c9dfb12f07a91c21bd8a;hpb=c777b23c18131be9bf4d2e4fc9b25daead080a38;p=bbtk.git diff --git a/kernel/src/bbtkWxGUICommand.h b/kernel/src/bbtkWxGUICommand.h index ddc12a8..e91c33d 100644 --- a/kernel/src/bbtkWxGUICommand.h +++ b/kernel/src/bbtkWxGUICommand.h @@ -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) {} };