]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dde.h
Disable double-to-float conversion tests in wxAny code.
[wxWidgets.git] / include / wx / msw / dde.h
index 9cc5cca987f00707ab2887eecee2d8ddf372055d..aad250fa8c7ab3e9eba427728f934ef2b1466578 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dde.h
+// Name:        wx/msw/dde.h
 // Purpose:     DDE class
 // Author:      Julian Smart
 // Modified by:
@@ -73,7 +73,7 @@ public:
   int           m_dataSize;
   wxIPCFormat   m_dataType;
 
-  DECLARE_NO_COPY_CLASS(wxDDEConnection)
+  wxDECLARE_NO_COPY_CLASS(wxDDEConnection);
   DECLARE_DYNAMIC_CLASS(wxDDEConnection)
 };