]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
Don't use ternary operator ?: with wxString and literal strings.
[wxWidgets.git] / interface / wx / treectrl.h
index db418931e08bebbf9eb646f38bad3c7f07d0bf2a..f328935b7e25a119383055ce61338a7f263ef158 100644 (file)
@@ -726,7 +726,7 @@ public:
     virtual bool IsBold(const wxTreeItemId& item) const;
 
     /**
-        Returns @true if the control is empty (i.e. has no items, even no root
+        Returns @true if the control is empty (i.e.\ has no items, even no root
         one).
     */
     bool IsEmpty() const;