]> git.saurik.com Git - wxWidgets.git/commitdiff
NULL warning fixes
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Feb 2005 16:28:03 +0000 (16:28 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Feb 2005 16:28:03 +0000 (16:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filename.cpp

index 50329cd23a063a4a47f0e00139d7c97919a723a1..a288d75c78e22fd789ff378f9f14539773900b57 100644 (file)
@@ -1998,7 +1998,7 @@ public :
   MacDefaultExtensionRecord()
   {
     m_ext[0] = 0 ;
-    m_type = m_creator = NULL ;
+    m_type = m_creator = 0 ;
   }
   MacDefaultExtensionRecord( const MacDefaultExtensionRecord& from )
   {