X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbf8aca6d4972b7a92e483e52245485c14e700f6..9a7324a6d9a905f64cb9a94ec235362f8180e9f2:/include/wx/mac/toplevel.h diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index f101e5626d..aa32bec6ee 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/mac/toplevel.h // Purpose: wxTopLevelWindowMac is the Mac implementation of wxTLW -// Author: Vadim Zeitlin +// Author: Stefan Csomor // Modified by: // Created: 20.09.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001 Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -93,7 +93,7 @@ public: short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; } #if TARGET_CARBON - WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; } + WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; } #endif protected: // common part of all ctors @@ -116,7 +116,7 @@ protected: static WXWindow s_macWindowInUpdate ; private : #if TARGET_CARBON - WXEVENTHANDLERREF m_macEventHandler ; + WXEVENTHANDLERREF m_macEventHandler ; #endif };