From: Vadim Zeitlin Date: Mon, 6 May 2002 10:51:43 +0000 (+0000) Subject: typo fixed: __WXUNIV__ => __WXUNIVERSAL__ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f5170757978446576fe4ca1cdcf19e402dab412 typo fixed: __WXUNIV__ => __WXUNIVERSAL__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/panelg.h b/include/wx/generic/panelg.h index cc40e39182..78c45bce7e 100644 --- a/include/wx/generic/panelg.h +++ b/include/wx/generic/panelg.h @@ -81,7 +81,7 @@ public: virtual void InitDialog(); -#ifdef __WXUNIV__ +#ifdef __WXUNIVERSAL__ virtual bool ProvidesBackground() { return TRUE; } #endif