X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57ab6f2314860f6efd2d1339913c91a302020a8e..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/aboutdlg.h diff --git a/interface/wx/aboutdlg.h b/interface/wx/aboutdlg.h index 06abdff324..23ffb172a0 100644 --- a/interface/wx/aboutdlg.h +++ b/interface/wx/aboutdlg.h @@ -2,7 +2,6 @@ // Name: aboutdlg.h // Purpose: interface of wxAboutDialogInfo // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -98,7 +97,7 @@ public: @return Name of the program @see SetName() */ - const wxString& GetName() const; + wxString GetName() const; /** Returns @true if a description string has been specified.