X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..cde80c9284b64d611e8cf4a7565de40aa0acce81:/interface/iconloc.h?ds=sidebyside diff --git a/interface/iconloc.h b/interface/iconloc.h index f4c06ee65d..4ed130a56c 100644 --- a/interface/iconloc.h +++ b/interface/iconloc.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: iconloc.h -// Purpose: documentation for wxIconLocation class +// Purpose: interface of wxIconLocation // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -25,8 +25,7 @@ @library{wxbase} @category{FIXME} - @seealso - wxIcon, wxFileType::GetIcon + @see wxIcon, wxFileType::GetIcon */ class wxIconLocation { @@ -35,5 +34,6 @@ public: Returns @true if the object is valid, i.e. was properly initialized, and @false otherwise. */ - bool IsOk(); + bool IsOk() const; }; +