]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
suppress unused parameter warning
[wxWidgets.git] / src / msw / utilsexc.cpp
index f67e0eb11d9cf3024b5b7e6f2c9f2f5c1b200dd1..0269180d9a9b5910e5ca935dbff337f6933e6954 100644 (file)
@@ -217,7 +217,7 @@ protected:
 protected:
     HANDLE m_hInput;
 
-    DECLARE_NO_COPY_CLASS(wxPipeInputStream)
+    wxDECLARE_NO_COPY_CLASS(wxPipeInputStream);
 };
 
 class wxPipeOutputStream: public wxOutputStream
@@ -233,7 +233,7 @@ protected:
 protected:
     HANDLE m_hOutput;
 
-    DECLARE_NO_COPY_CLASS(wxPipeOutputStream)
+    wxDECLARE_NO_COPY_CLASS(wxPipeOutputStream);
 };
 
 // define this to let wxexec.cpp know that we know what we're doing