projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxGetEnv() should return wxChar *, even if it's a macro and not a function
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
bitmap.h
diff --git
a/include/wx/gtk1/bitmap.h
b/include/wx/gtk1/bitmap.h
index 3dccd3668fd17d6f9ce372419761db1754767701..c3058826d59f75050d356ee284072b05d634fc49 100644
(file)
--- a/
include/wx/gtk1/bitmap.h
+++ b/
include/wx/gtk1/bitmap.h
@@
-137,8
+137,8
@@
public:
void *GetRawData(wxPixelDataBase& data, int bpp);
void UngetRawData(wxPixelDataBase& data);
- bool HasAlpha() const
{ return true; }
- void UseAlpha()
{ }
+ bool HasAlpha() const
;
+ void UseAlpha()
;
protected:
bool CreateFromXpm(const char **bits);