summaryrefslogtreecommitdiff
path: root/src/c_fl_xbm_image.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-05-13 02:25:14 +1000
committerJed Barber <jjbarber@y7mail.com>2018-05-13 02:25:14 +1000
commitfefc9bf753a8595eaa75ce51eb71eb553f4bbaaf (patch)
tree390f3d88ec0a37cad9b25e21e64050023590dfa7 /src/c_fl_xbm_image.h
parentbefef958429f7321cc40904d0128ed5c237d04c0 (diff)
Finished and polished FLTK.Widgets.Groups, fixed inlining linking issue
Diffstat (limited to 'src/c_fl_xbm_image.h')
-rw-r--r--src/c_fl_xbm_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_xbm_image.h b/src/c_fl_xbm_image.h
index 33a78e1..9b0c967 100644
--- a/src/c_fl_xbm_image.h
+++ b/src/c_fl_xbm_image.h
@@ -11,8 +11,8 @@ typedef void* XBM_IMAGE;
-extern "C" inline XBM_IMAGE new_fl_xbm_image(const char * f);
-extern "C" inline void free_fl_xbm_image(XBM_IMAGE b);
+extern "C" XBM_IMAGE new_fl_xbm_image(const char * f);
+extern "C" void free_fl_xbm_image(XBM_IMAGE b);
#endif