From fb37523537cdb69a31dede401a604981ce8b7b9d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 17 Jun 2017 11:28:39 +1000 Subject: Updated coding style, added progress log --- src/c_fl_xbm_image.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/c_fl_xbm_image.cpp') diff --git a/src/c_fl_xbm_image.cpp b/src/c_fl_xbm_image.cpp index 4f3ee47..e44cbb2 100644 --- a/src/c_fl_xbm_image.cpp +++ b/src/c_fl_xbm_image.cpp @@ -4,12 +4,13 @@ #include "c_fl_xbm_image.h" + + XBM_IMAGE new_fl_xbm_image(const char * f) { Fl_XBM_Image *b = new Fl_XBM_Image(f); return b; } - void free_fl_xbm_image(XBM_IMAGE b) { delete reinterpret_cast(b); } -- cgit