]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
mention the key code changes
[wxWidgets.git] / src / common / filename.cpp
index ae6440cc5afd4661417dbbae24426c144ac06a73..0e3653a6a3899fb2ca94aee12dc6d5bca4e611cb 100644 (file)
@@ -434,6 +434,9 @@ void wxFileName::Clear()
     m_volume =
     m_name =
     m_ext = wxEmptyString;
+
+    // we don't have any absolute path for now
+    m_relative = TRUE;
 }
 
 /* static */
@@ -1727,7 +1730,7 @@ public :
     m_type = from.m_type ;
     m_creator = from.m_creator ;
   }
-  MacDefaultExtensionRecord( char * extension , OSType type , OSType creator )
+  MacDefaultExtensionRecord( const char * extension , OSType type , OSType creator )
   {
     strncpy( m_ext , extension , kMacExtensionMaxLength ) ;
     m_ext[kMacExtensionMaxLength] = 0 ;