projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git]
/
include
/
wx
/
os2
/
tls.h
diff --git
a/include/wx/os2/tls.h
b/include/wx/os2/tls.h
index 9746f3cf9383a431eb8344799edeced5e46b65fd..4c22721fb3412e4381066419db2d2f8db2d1c5e0 100644
(file)
--- a/
include/wx/os2/tls.h
+++ b/
include/wx/os2/tls.h
@@
-54,7
+54,7
@@
public:
private:
ULONG* m_slot;
- DECLARE_NO_COPY_CLASS(wxTlsKey)
+ wxDECLARE_NO_COPY_CLASS(wxTlsKey);
};
#endif // _WX_OS2_TLS_H_