#ifdef wxUSE_LIBJPEG changed to #if wxUSELIBJPEG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
|||||||
// wxJPEGHandler
|
// wxJPEGHandler
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef wxUSE_LIBJPEG
|
#if wxUSE_LIBJPEG
|
||||||
class WXDLLEXPORT wxJPEGHandler: public wxImageHandler
|
class WXDLLEXPORT wxJPEGHandler: public wxImageHandler
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxJPEGHandler)
|
DECLARE_DYNAMIC_CLASS(wxJPEGHandler)
|
||||||
|
Reference in New Issue
Block a user