]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUITextEditor.h
Correct some memory leaks
[bbtk.git] / kernel / src / bbtkWxGUITextEditor.h
index 166a46f02743f58412abb7badaa90ec127da8699..e1a1a589a3c0fe254f43aeaf4f13834aa92366a3 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUITextEditor.h,v $
   Language:  C++
-  Date:      $Date: 2009/04/15 15:45:50 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2009/12/04 10:48:34 $
+  Version:   $Revision: 1.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -110,6 +110,7 @@ namespace bbtk
     WxGUITextEditor* mEditor;
     WxTextCtrlGettingKeyEvents* mwxInputText;
     wxTextAttr* mwxInputTextAttr;
+       wxFont* mFixedFont;
     std::string mName;
     bool mAskFilename;