X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10a3fc075c70eaefa6e02edc4eaa8e3476e8bef9..072df0b3af8232b789f57491bd4404cc15b2954a:/include/wx/mac/slider.h?ds=sidebyside diff --git a/include/wx/mac/slider.h b/include/wx/mac/slider.h index 93839af765..7c52c5a54a 100644 --- a/include/wx/mac/slider.h +++ b/include/wx/mac/slider.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: slider.h // Purpose: wxSlider class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR +// Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SLIDER_H_ #define _WX_SLIDER_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "slider.h" #endif