]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmdproc.cpp
remove unnecessary class definitions and variables
[wxWidgets.git] / src / common / cmdproc.cpp
index cb0d3930492d76aab84dcfe90402aad227bdf875..7de08c279063d0ab5ad45ff89b823c2d0b4d5c3b 100644 (file)
@@ -172,9 +172,9 @@ bool wxCommandProcessor::Redo()
 {
     wxCommand *redoCommand = NULL;
     wxList::compatibility_iterator redoNode
-#if !wxUSE_STL
+#if !wxUSE_STD_CONTAINERS
         = NULL          // just to avoid warnings
-#endif // !wxUSE_STL
+#endif // !wxUSE_STD_CONTAINERS
         ;
 
     if ( m_currentCommand )