PCH and wxUSE_* fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-14 19:03:10 +00:00
parent 483c90c20c
commit f0fa8b47ab
2 changed files with 10 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include "wx/combo.h"
#include "wx/ctrlsub.h"
#include "wx/vlbox.h"
#include "wx/timer.h"
//
@@ -204,8 +205,10 @@ private:
// Partial completion string
wxString m_partialCompletionString;
#if wxUSE_TIMER
// Partial completion timer
wxTimer m_partialCompletionTimer;
#endif // wxUSE_TIMER
DECLARE_EVENT_TABLE()
};