]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/thread/atomic.cpp
compilation fixes for VC6
[wxWidgets.git] / tests / thread / atomic.cpp
index 808ba841c9d014e3b1b4846105df6399dc5e986a..55bf3bdf2d8f879c4640de42ae679f0ae9bf98c8 100644 (file)
@@ -36,8 +36,6 @@ class AtomicTestCase : public CppUnit::TestCase
 public:
     AtomicTestCase() { }
 
-private:
-
     enum ETestType
     {
         IncAndDecMixed,
@@ -45,6 +43,7 @@ private:
         DecOnly
     };
 
+private:
     class MyThread : public wxThread
     {
     public: