From e177af73aa015807d587e2166bdfb859429f9a33 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 22 Jul 2001 20:25:27 +0000 Subject: [PATCH] corrected pragma interface/implementation (clash with wxWindows library) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/proplist/proplist.cpp | 2 +- samples/proplist/proplist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/proplist/proplist.cpp b/samples/proplist/proplist.cpp index 85bbfc9298..dacd8be3d0 100644 --- a/samples/proplist/proplist.cpp +++ b/samples/proplist/proplist.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "proplist.h" +#pragma implementation "proplist_sample.h" #endif // For compilers that support precompilation, includes "wx/wx.h". diff --git a/samples/proplist/proplist.h b/samples/proplist/proplist.h index 356681fab9..deabd5c5fd 100644 --- a/samples/proplist/proplist.h +++ b/samples/proplist/proplist.h @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma interface "proplist.h" +#pragma interface "proplist_sample.h" #endif #ifndef _PROPTEST_H_ -- 2.45.2