]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected pragma interface/implementation (clash with wxWindows library)
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 20:25:27 +0000 (20:25 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 20:25:27 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/proplist/proplist.cpp
samples/proplist/proplist.h

index 85bbfc9298dc405461b6e297352e7e283c190c1d..dacd8be3d0884d30b22a5012a2d843b5cb284565 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "proplist.h"
+#pragma implementation "proplist_sample.h"
 #endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
 #endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
index 356681fab9607cf4d41f78077ab8fc42da85329d..deabd5c5fd079923d2eb2851f8bb023e0e3c1fa7 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma interface "proplist.h"
+#pragma interface "proplist_sample.h"
 #endif
 
 #ifndef _PROPTEST_H_
 #endif
 
 #ifndef _PROPTEST_H_