X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkInterpreter.h;h=5325e568013ebbb94485bb6da5251a0f036d96f6;hb=a16b50b85de5ca6a4dfdfbc5656b490e0d358f52;hp=4b6669cf7ae00ee788e4f72158754dac4e67dcec;hpb=7dea96c3fd3343fc15372ae61573ad5354b19ffc;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.h b/kernel/src/bbtkInterpreter.h index 4b6669c..5325e56 100644 --- a/kernel/src/bbtkInterpreter.h +++ b/kernel/src/bbtkInterpreter.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.h,v $ Language: C++ - Date: $Date: 2008/11/26 12:36:43 $ - Version: $Revision: 1.36 $ + Date: $Date: 2008/12/11 15:30:04 $ + Version: $Revision: 1.37 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -49,7 +49,7 @@ namespace bbtk { -#ifdef _USE_WXWIDGETS_ +#ifdef USE_WXWIDGETS class WxConsole; #endif @@ -151,7 +151,7 @@ namespace bbtk void SetThrow(bool b) { mThrow = b; } -#ifdef _USE_WXWIDGETS_ +#ifdef USE_WXWIDGETS /// Sets the user of the interpreter (if any) void SetUser(InterpreterUser* c) { mUser = c; } /// Gets the InterpreterUser of this