typo fixed: __WXUNIV__ => __WXUNIVERSAL__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-06 10:51:43 +00:00
parent d90879fa39
commit 5f51707579

View File

@@ -81,7 +81,7 @@ public:
virtual void InitDialog(); virtual void InitDialog();
#ifdef __WXUNIV__ #ifdef __WXUNIVERSAL__
virtual bool ProvidesBackground() { return TRUE; } virtual bool ProvidesBackground() { return TRUE; }
#endif #endif