]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/thread/queue.cpp
compilation fixes for minimal build
[wxWidgets.git] / tests / thread / queue.cpp
index a439e8ccde3ce79dc405f6dc30ef4c2f909b4032..a70108db6094b51ee9b051d2bb7662eb1e53c6aa 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     Unit test for wxMessageQueue
 // Author:      Evgeniy Tarassov
 // Created:     31/10/2007
-// RCS-ID:      $Id:$
+// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Evgeniy Tarassov
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -34,15 +34,15 @@ class QueueTestCase : public CppUnit::TestCase
 public:
     QueueTestCase() { }
 
-private:
-    typedef wxMessageQueue<int> Queue;
-
     enum WaitTestType
     {
         WaitWithTimeout = 0,
         WaitInfinitlyLong
     };
 
+private:
+    typedef wxMessageQueue<int> Queue;
+
     // This class represents a thread that waits (following WaitTestType type)
     // for exactly maxMsgCount messages from its message queue and if another
     // MyThread is specified, then every message received is posted