From 1cab31d2570e92b86ccf48c143290ef5b6f4db10 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Thu, 24 Aug 2006 23:19:11 +0000 Subject: Cleaned up more of the gboolean to bool janitorial task...great! (bzr r1634) --- src/widgets/icon.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/icon.cpp') diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 0fadffdc8..b170d69f8 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -35,6 +35,8 @@ #include "icon.h" +// JON: keeping legacy gboolean because of old code +// TODO: replace gboolean with bool static gboolean icon_prerender_task(gpointer data); static void addPreRender( Inkscape::IconSize lsize, gchar const *name ); -- cgit v1.2.3