]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
fix duplicate events for selection keys after the last change (see #626)
[wxWidgets.git] / src / msw / dialup.cpp
index dd7476f284d91cc090d6bed1f4df37fd0ed4f0fd..66a5a034faabe0f6d0ae6a329d63db60492dd478 100644 (file)
@@ -237,7 +237,7 @@ private:
     private:
         wxDialUpManagerMSW *m_dialUpManager;
 
-        DECLARE_NO_COPY_CLASS(RasTimer)
+        wxDECLARE_NO_COPY_CLASS(RasTimer);
     } m_timerStatusPolling;
 
     // thread handle for the thread sitting on connection change event
@@ -288,7 +288,7 @@ private:
     // this flag tells us whether a call to RasDial() is in progress
     static wxDialUpManagerMSW *ms_dialer;
 
-    DECLARE_NO_COPY_CLASS(wxDialUpManagerMSW)
+    wxDECLARE_NO_COPY_CLASS(wxDialUpManagerMSW);
 };
 
 // module to destroy helper window created by wxDialUpManagerMSW