From ba29f189516fd71e016df9f05ba451f2b9064910 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 28 Dec 2010 18:33:46 +0000 Subject: remove FL_EXPORT - fix link error of users programs git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Output.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Output.H') diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 370eb4ba0..cb8f88807 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -50,7 +50,7 @@ assumes the font can draw any characters in the ISO-Latin1 character set. */ -class FL_EXPORT Fl_Output : public Fl_Input { +class Fl_Output : public Fl_Input { // don't use FL_EXPORT here ! public: /** Creates a new Fl_Output widget using the given position, -- cgit v1.2.3