]> git.saurik.com Git - wxWidgets.git/commitdiff
InitAsNeeded no longer inline in the header.
authorRobert Roebling <robert@roebling.de>
Sun, 15 Feb 2004 00:32:45 +0000 (00:32 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 15 Feb 2004 00:32:45 +0000 (00:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/mimetype.h

index f3f259175d3ed59382351f8fdc2d5f26f35bf32a..cc6f75f2d7869ecbdca5f06de0d75771d00308bb 100644 (file)
@@ -71,14 +71,7 @@ public:
     wxString GetExtension(size_t index) { return m_aExtensions[index]; }
 
 private:
-    void InitIfNeeded()
-    {
-        if ( !m_initialized ) {
-            // set the flag first to prevent recursion
-            m_initialized = TRUE;
-            Initialize();
-        }
-    }
+    void InitIfNeeded();
 
     wxArrayString m_aTypes,         // MIME types
                   m_aDescriptions,  // descriptions (just some text)