]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkVirtualExec.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkVirtualExec.h
index ea62f2385af33900f2fcc87c53b7f9af0121803a..52ceb2c1eb324de6f03115aa74a38e9594f18075 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkVirtualExec.h,v $ $
   Language:  C++
-  Date:      $Date: 2008/04/22 06:59:31 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2008/04/24 12:56:39 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -173,7 +173,7 @@ namespace bbtk
     virtual void Reset() = 0;
     
     /// Sets the level of message for kind
-    virtual void SetMessageLevel(const std::string &kind, int level) = 0,;
+    virtual void SetMessageLevel(const std::string &kind, int level) = 0;
     
     /// Prints help on the messages
     virtual void HelpMessages() = 0;