From fefc9bf753a8595eaa75ce51eb71eb553f4bbaaf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 13 May 2018 02:25:14 +1000 Subject: Finished and polished FLTK.Widgets.Groups, fixed inlining linking issue --- src/c_fl_pnm_image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/c_fl_pnm_image.h') diff --git a/src/c_fl_pnm_image.h b/src/c_fl_pnm_image.h index e5031d8..558780c 100644 --- a/src/c_fl_pnm_image.h +++ b/src/c_fl_pnm_image.h @@ -11,8 +11,8 @@ typedef void* PNM_IMAGE; -extern "C" inline PNM_IMAGE new_fl_pnm_image(const char * f); -extern "C" inline void free_fl_pnm_image(PNM_IMAGE p); +extern "C" PNM_IMAGE new_fl_pnm_image(const char * f); +extern "C" void free_fl_pnm_image(PNM_IMAGE p); #endif -- cgit