|
From: <pst...@us...> - 2013-01-03 23:51:48
|
Revision: 934
http://sourceforge.net/p/jazzplusplus/code/934
Author: pstieber
Date: 2013-01-03 23:51:45 +0000 (Thu, 03 Jan 2013)
Log Message:
-----------
Added includes of wx/wxcrtvararg.h for wxWidgets 2.9.* compatibility.
Modified Paths:
--------------
trunk/jazz/src/DeprecatedWx/prop.cpp
trunk/jazz/src/DeprecatedWx/propform.cpp
trunk/jazz/src/DeprecatedWx/proplist.cpp
Modified: trunk/jazz/src/DeprecatedWx/prop.cpp
===================================================================
--- trunk/jazz/src/DeprecatedWx/prop.cpp 2013-01-02 18:21:30 UTC (rev 933)
+++ trunk/jazz/src/DeprecatedWx/prop.cpp 2013-01-03 23:51:45 UTC (rev 934)
@@ -24,6 +24,7 @@
#endif
#include "wx/debug.h"
+#include "wx/wxcrtvararg.h"
#include "prop.h"
#include <ctype.h>
Modified: trunk/jazz/src/DeprecatedWx/propform.cpp
===================================================================
--- trunk/jazz/src/DeprecatedWx/propform.cpp 2013-01-02 18:21:30 UTC (rev 933)
+++ trunk/jazz/src/DeprecatedWx/propform.cpp 2013-01-03 23:51:45 UTC (rev 934)
@@ -21,6 +21,7 @@
#if wxUSE_PROPSHEET
#ifndef WX_PRECOMP
+ #include "wx/wxcrtvararg.h"
#include "wx/choice.h"
#include "wx/checkbox.h"
#include "wx/slider.h"
Modified: trunk/jazz/src/DeprecatedWx/proplist.cpp
===================================================================
--- trunk/jazz/src/DeprecatedWx/proplist.cpp 2013-01-02 18:21:30 UTC (rev 933)
+++ trunk/jazz/src/DeprecatedWx/proplist.cpp 2013-01-03 23:51:45 UTC (rev 934)
@@ -38,6 +38,7 @@
#include "wx/settings.h"
#include "wx/msgdlg.h"
#include "wx/filedlg.h"
+ #include "wx/wxcrtvararg.h"
#endif
#include "wx/sizer.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|