]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / object.h
index 4fcb3c178c1f0b4682dfcd92ab65b9e4bca4268e..be4a7bbc3fb85282cc724c8773de2699e43c0276 100644 (file)
@@ -501,7 +501,7 @@ protected:
 
 class WXDLLEXPORT wxObjectRefData
 {
-    friend class wxObject;
+    friend class WXDLLEXPORT wxObject;
 
 public:
     wxObjectRefData() : m_count(1) { }