Avoid ifdef-ed override specification

Instead, add the base class functions so the derived class always
overrides. If/when wxX11 and wxMotif are removed there won't be an
ifdef that no one ever notices isn't needed anymore.
This commit is contained in:
Paul Cornett
2017-11-12 09:33:37 -08:00
parent 4e226d6784
commit 65cc4c1624
3 changed files with 3 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ public:
// with multiple display
return m_visualInfo;
}
virtual void* GetXVisualInfo() { return NULL; }
public:
static long sm_lastMessageTime;