diff options
| author | Manolo Gouy <Manolo> | 2014-11-12 20:42:41 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-11-12 20:42:41 +0000 |
| commit | 42a2e9c64fdca0bfe06f0f6750ec0ef83dcbbbdc (patch) | |
| tree | e39c1a45366c3d2fef85c1ad35c8a221aff2f81e /FL | |
| parent | 410f9e8e0edc8b672423f8c3d6aa7e2278c7758b (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
