From 4dff8e4b8aece4139c071df2c57f69352f93e03a Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 15 Jan 2006 01:27:09 +0000 Subject: [PATCH] Don't extern declare wxDialogNameStr twice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/dialog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/mac/carbon/dialog.h b/include/wx/mac/carbon/dialog.h index b73d05e911..c1e0c03e45 100644 --- a/include/wx/mac/carbon/dialog.h +++ b/include/wx/mac/carbon/dialog.h @@ -16,8 +16,6 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr; -WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr; - class WXDLLEXPORT wxMacToolTip ; // Dialog boxes -- 2.50.0