]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public...
[wxWidgets.git] / interface / wx / notebook.h
index 2e2003e884cf9414f006f1a41469ee5ae72f320b..d323d92e1384e5099a797e611b24f7e48a64b3e2 100644 (file)
@@ -73,7 +73,7 @@
     overall theme, use:
     @code
     wxColour col = notebook->GetThemeBackgroundColour();
-    if (col.Ok())
+    if (col.IsOk())
     {
         page->SetBackgroundColour(col);
     }