]> git.saurik.com Git - wxWidgets.git/commitdiff
link problem in release build fixed
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 1999 21:32:44 +0000 (21:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 1999 21:32:44 +0000 (21:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dataobj.h

index 95e4296b55b3bb0604a333262c7e1c2328c59946..20428c455e3da920645b1489f9123f85abf64bb4 100644 (file)
@@ -126,7 +126,7 @@ public:
 
 private:
     // free the data
-    inline void Free();
+    void Free();
 
     // the data
     size_t     m_size;