]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/corefoundation/hid.h
changed wxPlatform implicit conversion to string to return const reference to wxStrin...
[wxWidgets.git] / include / wx / mac / corefoundation / hid.h
index 077a4c44359d528a08602e1f82ac44f2ca80d654..ec7c09cf085dfc5d7c9158402c91711c738f02b2 100644 (file)
@@ -91,7 +91,7 @@ protected:
     wxString    m_szProductName; //product name
     int         m_nProductId; //product id
     int         m_nManufacturerId; //manufacturer id
-    mach_port_t                        m_pPort;            //mach port to use
+    mach_port_t m_pPort;            //mach port to use
 };
 
 // ---------------------------------------------------------------------------
@@ -112,4 +112,5 @@ public:
 
 #endif //__DARWIN__
 
-#endif //WX_MACCARBONHID_H
+#endif
+    // _WX_MACCARBONHID_H_