From 5f5170757978446576fe4ca1cdcf19e402dab412 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 May 2002 10:51:43 +0000 Subject: [PATCH] typo fixed: __WXUNIV__ => __WXUNIVERSAL__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/panelg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2