BlockScopeWxApp.h

Go to the documentation of this file.
00001 #ifndef __wxAppNoMain_h__
00002 #define __wxAppNoMain_h__
00003 
00004 
00005 class BlockScopeWxApp
00006 {
00007 public:
00008   BlockScopeWxApp();
00009   ~BlockScopeWxApp();
00010 private:
00011   bool mNeedToUninitialize;
00012 };
00013 
00014 
00015 #endif