wxWidgets3: update to svn r70933

This commit is contained in:
Shawn Hoffman
2012-03-17 18:12:27 -07:00
parent 0ed8af2287
commit a648aca65c
906 changed files with 39468 additions and 17244 deletions

View File

@ -13,7 +13,7 @@
#include "wx/defs.h"
#include "wx/utils.h"
#if wxUSE_STL
#if wxUSE_STD_CONTAINERS
#include "wx/beforestd.h"
#include <algorithm>
@ -199,7 +199,7 @@ public:
}
};
#else // STL
#else // !wxUSE_STD_CONTAINERS
template <typename T>
class wxDList
@ -845,6 +845,6 @@ public:
} */
};
#endif // wxUSE_STL/!wxUSE_STL
#endif // wxUSE_STD_CONTAINERS/!wxUSE_STD_CONTAINERS
#endif // _WX_DLIST_H_