Fix building tests with wxUSE_UIACTIONSIMULATOR==0
This commit is contained in:
@@ -59,8 +59,8 @@ private:
|
||||
|
||||
void Bitmap();
|
||||
|
||||
#ifdef __WXGTK__
|
||||
virtual void SimSelect()
|
||||
#if defined(__WXGTK__) && wxUSE_UIACTIONSIMULATOR
|
||||
virtual void SimSelect() wxOVERRIDE
|
||||
{
|
||||
// There is an inexplicable and locally irreproducible failure in this
|
||||
// test for wxBitmapComboBox when it runs on the Linux buildbot slaves:
|
||||
|
@@ -52,7 +52,9 @@ protected:
|
||||
void Set();
|
||||
void SetSelection();
|
||||
void SetString();
|
||||
#if wxUSE_UIACTIONSIMULATOR
|
||||
virtual void SimSelect();
|
||||
#endif
|
||||
|
||||
private:
|
||||
wxDECLARE_NO_COPY_CLASS(ItemContainerTestCase);
|
||||
|
Reference in New Issue
Block a user