// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "univlistbox.h"
#endif
m_updateCount = 0;
}
+ wxListBoxBase::OnInternalIdle();
}
// ----------------------------------------------------------------------------