From 10880dbfba9afd5a963f5bb36fe9a3707c1c35a1 Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Wed, 23 Aug 2006 07:08:06 +0000 Subject: Ok, committed msgloan's patch to convert gbooleans to bools thus completing one major janitorial task we identified.... (bzr r1633) --- src/sp-namedview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-namedview.h') diff --git a/src/sp-namedview.h b/src/sp-namedview.h index 54291413e..b60fb5617 100644 --- a/src/sp-namedview.h +++ b/src/sp-namedview.h @@ -85,7 +85,7 @@ struct SPNamedView : public SPObjectGroup { void show(SPDesktop *desktop); void hide(SPDesktop const *desktop); - void activateGuides(gpointer desktop, gboolean active); + void activateGuides(gpointer desktop, bool active); gchar const *getName() const; guint getViewCount(); GSList const *getViewList() const; -- cgit v1.2.3