X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc6ceca789f584cf3fc3fc17f6da4b7493ca69bd..5098c258b2b70241cb68e9aa219ff60f85e4ca84:/tests/thread/atomic.cpp diff --git a/tests/thread/atomic.cpp b/tests/thread/atomic.cpp index 808ba841c9..55bf3bdf2d 100644 --- a/tests/thread/atomic.cpp +++ b/tests/thread/atomic.cpp @@ -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: