git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30899
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/** Returns the currently used caption style for the wxFoldPanel. It is returned as a wxCaptionBarStyle class.
after modifying it, it can be set again */
wxCaptionBarStyle GetCaptionStyle(wxFoldPanel &fp) const {
/** Returns the currently used caption style for the wxFoldPanel. It is returned as a wxCaptionBarStyle class.
after modifying it, it can be set again */
wxCaptionBarStyle GetCaptionStyle(wxFoldPanel &fp) const {
- wxCHECK2(fp.IsOk(), wxEmptyCaptionBarStyle);
+ wxCHECK2(fp.IsOk(), return wxEmptyCaptionBarStyle);
return fp.GetItem()->GetCaptionStyle();
};
return fp.GetItem()->GetCaptionStyle();
};