projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxDelegateTheme to accompany wxDelegateRenderer
[wxWidgets.git]
/
include
/
wx
/
msw
/
bitmap.h
diff --git
a/include/wx/msw/bitmap.h
b/include/wx/msw/bitmap.h
index 332da5790c3dde353f46705f967ecad12b6cbb5f..b176f616e5a6f642dcfa09d86bf9422d2e117c06 100644
(file)
--- a/
include/wx/msw/bitmap.h
+++ b/
include/wx/msw/bitmap.h
@@
-13,7
+13,6
@@
#define _WX_BITMAP_H_
#include "wx/msw/gdiimage.h"
#define _WX_BITMAP_H_
#include "wx/msw/gdiimage.h"
-#include "wx/gdicmn.h"
#include "wx/palette.h"
class WXDLLEXPORT wxBitmap;
#include "wx/palette.h"
class WXDLLEXPORT wxBitmap;
@@
-232,7
+231,7
@@
protected:
class WXDLLEXPORT wxBitmapHandler : public wxGDIImageHandler
{
public:
class WXDLLEXPORT wxBitmapHandler : public wxGDIImageHandler
{
public:
- wxBitmapHandler() {
m_type = wxBITMAP_TYPE_INVALID;
}
+ wxBitmapHandler() { }
wxBitmapHandler(const wxString& name, const wxString& ext, long type)
: wxGDIImageHandler(name, ext, type)
{
wxBitmapHandler(const wxString& name, const wxString& ext, long type)
: wxGDIImageHandler(name, ext, type)
{