From 6ddade217ee61dc48299206f539ab66d83de9017 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 19 Oct 2003 09:03:23 +0000 Subject: [PATCH] wxMotif fix for Sun C++ compiler. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/control.h | 1 - src/motif/data.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/motif/control.h b/include/wx/motif/control.h index b029556632..9ef06a5b48 100644 --- a/include/wx/motif/control.h +++ b/include/wx/motif/control.h @@ -20,7 +20,6 @@ #include "wx/list.h" #include "wx/validate.h" -#define wxControlNameStr _T("control") // General item class class WXDLLEXPORT wxControl: public wxControlBase diff --git a/src/motif/data.cpp b/src/motif/data.cpp index ae0b7368c6..26a832eb53 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -86,6 +86,7 @@ wxFont wxNullFont; wxColour wxNullColour; // Default window names +const wxChar *wxControlNameStr = wxT("control"); const wxChar *wxButtonNameStr = wxT("button"); const wxChar *wxCanvasNameStr = wxT("canvas"); const wxChar *wxCheckBoxNameStr = wxT("check");