From bd0e7606604ce39c6f5914f6d61d4d1feaaf1904 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 27 Oct 2005 13:20:43 +0000 Subject: adapted to newer Image Magick svn path=/trunk/externals/pidip/; revision=3771 --- include/xwindow-private.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/xwindow-private.h b/include/xwindow-private.h index eef6b0b..228f694 100644 --- a/include/xwindow-private.h +++ b/include/xwindow-private.h @@ -33,6 +33,12 @@ extern "C" { #include #include "magick/quantize.h" +#if defined(__cplusplus) || defined(c_plusplus) +# define klass c_class +#else +# define klass class +#endif + /* Invoke pre-X11R6 ICCCM routines if XlibSpecificationRelease is not 6. */ -- cgit v1.2.1