]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
Doc/distribution script mods
[wxWidgets.git] / src / generic / treectlg.cpp
index e45f6f08f74d9b5bf0955331a65788c8d3034c09..01072caca3c3c063db6b535915f1014d6a950aa7 100644 (file)
@@ -178,10 +178,10 @@ public:
 
     // status inquiries
     bool HasChildren() const { return !m_children.IsEmpty(); }
-    bool IsSelected()  const { return m_hasHilight; }
+    bool IsSelected()  const { return m_hasHilight != 0; }
     bool IsExpanded()  const { return !m_isCollapsed; }
     bool HasPlus()     const { return m_hasPlus || HasChildren(); }
-    bool IsBold()      const { return m_isBold; }
+    bool IsBold()      const { return m_isBold != 0; }
 
     // attributes
         // get them - may be NULL