]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataform.h
correction for compilation with -cpp-precomp option
[wxWidgets.git] / include / wx / msw / ole / dataform.h
index f071c37461332af918be34621893140e424fb5fd..f66e2923c56042f7b2a380304a5c984032b18368 100644 (file)
@@ -19,7 +19,7 @@
 class WXDLLEXPORT wxDataFormat
 {
 public:
-    // the clipboard formats under Win32 are WORDs
+    // the clipboard formats under Win32 are WORD's
     typedef unsigned short NativeFormat;
 
     wxDataFormat(NativeFormat format = wxDF_INVALID) { m_format = format; }