X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..7c0d297a1f761de31d3a4ac924fa2080b5bbaf41:/interface/iconloc.h diff --git a/interface/iconloc.h b/interface/iconloc.h index 4629ed4f13..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. */ -#define bool IsOk() /* implementation is private */ + bool IsOk() const; }; +