// ctor
 wxEventLoopImpl()
     {
         SetExitCode(0);
         SetKeepLooping(TRUE);
     }
Beispiel #2
0
 // ctor
 wxEventLoopImpl()
     {
         SetExitCode(0);
         SetKeepLooping(true);
     }