From: Vadim Zeitlin Date: Sun, 20 Jun 1999 21:32:44 +0000 (+0000) Subject: link problem in release build fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/27db7200b107cd98e87bf64f74b6e9d214c6d19a?ds=sidebyside link problem in release build fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index 95e4296b55..20428c455e 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -126,7 +126,7 @@ public: private: // free the data - inline void Free(); + void Free(); // the data size_t m_size;