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:
@@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user