X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..edc09871744140f16b2ef6b7abaa2289d7deb260:/include/wx/snglinst.h diff --git a/include/wx/snglinst.h b/include/wx/snglinst.h index 9351b9eb5d..da34c90e5a 100644 --- a/include/wx/snglinst.h +++ b/include/wx/snglinst.h @@ -13,10 +13,6 @@ #ifndef _WX_SNGLINST_H_ #define _WX_SNGLINST_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "snglinst.h" -#endif - #if wxUSE_SNGLINST_CHECKER // ---------------------------------------------------------------------------- @@ -44,7 +40,7 @@ public: // path is optional and is ignored under Win32 and used as the directory to // create the lock file in under Unix (default is wxGetHomeDir()) // - // returns FALSE if initialization failed, it doesn't mean that another + // returns false if initialization failed, it doesn't mean that another // instance is running - use IsAnotherRunning() to check it bool Create(const wxString& name, const wxString& path = wxEmptyString);