projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small build fixes for PCH-less builds
[wxWidgets.git]
/
include
/
wx
/
animdecod.h
diff --git
a/include/wx/animdecod.h
b/include/wx/animdecod.h
index 37655d549e17834ee642430be3e9133db2185f2a..5379c366a54a9700956169d5c3dc1bc1f20fab51 100644
(file)
--- a/
include/wx/animdecod.h
+++ b/
include/wx/animdecod.h
@@
-17,8
+17,8
@@
#include "wx/colour.h"
#include "wx/gdicmn.h"
#include "wx/colour.h"
#include "wx/gdicmn.h"
-class WXDLLIMPEXP_BASE wxInputStream;
-class WXDLLIMPEXP_CORE wxImage;
+class WXDLLIMPEXP_
FWD_
BASE wxInputStream;
+class WXDLLIMPEXP_
FWD_
CORE wxImage;
/*
/*
@@
-84,16
+84,13
@@
enum wxAnimationType
// wxAnimationDecoder class
// --------------------------------------------------------------------------
// wxAnimationDecoder class
// --------------------------------------------------------------------------
-class WXDLL
EXPORT
wxAnimationDecoder : public wxObjectRefData
+class WXDLL
IMPEXP_CORE
wxAnimationDecoder : public wxObjectRefData
{
public:
wxAnimationDecoder()
{
{
public:
wxAnimationDecoder()
{
- m_background = wxNullColour;
m_nFrames = 0;
}
m_nFrames = 0;
}
- virtual ~wxAnimationDecoder() { }
-
virtual bool Load( wxInputStream& stream ) = 0;
virtual bool CanRead( wxInputStream& stream ) const = 0;
virtual bool Load( wxInputStream& stream ) = 0;
virtual bool CanRead( wxInputStream& stream ) const = 0;
@@
-140,7
+137,7
@@
protected:
wxColour m_background;
};
wxColour m_background;
};
+#endif // wxUSE_STREAMS
-#endif // wxUSE_STREAM
#endif // _WX_ANIMDECOD_H
#endif // _WX_ANIMDECOD_H