CVS: [BIW] wxWindows/src/aui auibook.cpp,1.8,1.9

ABX abx at abx.art.pl
Mon Jul 24 02:39:45 PDT 2006


anonymous at sunsite.dk:

>+    wxString caption = _caption;
>+    if (_caption.IsEmpty())

wxString::IsEmpty() => wxString::empty()

We are going towards STL compatible api wherever possible.

ABX




More information about the wx-dev mailing list