X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9afe6c17502fc82d9af19c260ab4b8bedb7fe70e..222702b112dcc7bebe018d6f4d66fe469fefd02c:/src/x11/region.cpp diff --git a/src/x11/region.cpp b/src/x11/region.cpp index 0b5130d9be..78be859708 100644 --- a/src/x11/region.cpp +++ b/src/x11/region.cpp @@ -1,14 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// // File: region.cpp // Purpose: Region class -// Author: Markus Holzem, Julian Smart, Robert Roebling +// Author: Julian Smart, Robert Roebling // Created: Fri Oct 24 10:46:34 MET 1997 -// RCS-ID: $Id$ -// Copyright: (c) 1997 Markus Holzem, Julian Smart, Robert Roebling +// RCS-ID: $Id$ +// Copyright: (c) 1997 Julian Smart, Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "region.h" #endif