Motif compile fixes.
[wxWidgets.git] / 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;