X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b342f8f0a604f553accba543b7feaf62dcc1df08..687dcff3a46a55c11851b1cabdbbbef5492a2f5f:/include/wx/gtk/tooltip.h diff --git a/include/wx/gtk/tooltip.h b/include/wx/gtk/tooltip.h index 9d92dd3f6f..06d1df3b32 100644 --- a/include/wx/gtk/tooltip.h +++ b/include/wx/gtk/tooltip.h @@ -3,14 +3,14 @@ // Purpose: wxToolTip class // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKTOOLTIPH__ #define __GTKTOOLTIPH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface #endif