From 42a2e9c64fdca0bfe06f0f6750ec0ef83dcbbbdc Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 12 Nov 2014 20:42:41 +0000 Subject: Fixed the declaration of the Window type. Before, the fl_find(Window) function was not accessible from .mm source files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10451 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index 811a71541..0bbbb6980 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -29,7 +29,7 @@ @class FLWindow; // a subclass of the NSWindow Cocoa class typedef FLWindow *Window; #else -typedef class FLWindow_opaque *Window; // pointer to the FLWindow objective-c class +typedef class FLWindow *Window; // pointer to the FLWindow objective-c class #endif // __OBJC__ #if !(defined(FL_LIBRARY) || defined(FL_INTERNALS)) // this part is used when compiling an application program -- cgit v1.2.3