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/xml/croco-node-iface.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml/croco-node-iface.cpp') diff --git a/src/xml/croco-node-iface.cpp b/src/xml/croco-node-iface.cpp index 0464e4fb7..17c3495a5 100644 --- a/src/xml/croco-node-iface.cpp +++ b/src/xml/croco-node-iface.cpp @@ -38,6 +38,8 @@ static char *get_attr(CRXMLNodePtr n, char const *a) } static char const *get_local_name(CRXMLNodePtr n) { return local_part(static_cast(n)->name()); } +// JON: Need to keep gboolean to interface with libcroco +// TODO: convert to bool static gboolean is_element_node(CRXMLNodePtr n) { return static_cast(n)->type() == ELEMENT_NODE; } } -- cgit v1.2.3