From: Unknown (UG) Date: Thu, 4 Feb 1999 16:28:06 +0000 (+0000) Subject: #ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ef4a31e643ce01bef16b37f10be125df0c2ab0f #ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/image.h b/include/wx/image.h index 325c7a9a53..1962bd3f87 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -99,7 +99,7 @@ public: // wxJPEGHandler //----------------------------------------------------------------------------- -#ifdef wxUSE_LIBJPEG +#if wxUSE_LIBJPEG class WXDLLEXPORT wxJPEGHandler: public wxImageHandler { DECLARE_DYNAMIC_CLASS(wxJPEGHandler)