]> git.saurik.com Git - wxWidgets.git/commitdiff
ctor/dtor not available in C code (MinGW fix).
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 Jan 2005 16:31:17 +0000 (16:31 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 18 Jan 2005 16:31:17 +0000 (16:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 5514715acdee0e4a1d1ed4423959c49cdf12cbbb..592dab619fa43659a4a8769762e0b7ce49b8515f 100644 (file)
@@ -390,9 +390,9 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
             -wcd=657 <!-- define this function inside its class definition (could have improved code quality) -->
             -wcd=667 <!-- 'va_start' macro will not work without an argument before '...' -->
         </cppflags-watcom>
-        <cppflags-mingw>
+        <cxxflags-mingw>
             -Wno-ctor-dtor-privacy <!-- only defines a private destructor and has no friends -->
-        </cppflags-mingw>
+        </cxxflags-mingw>
     </template>
 
     <!-- for both GUI and wxBase libs/samples: -->