projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in Load()
[wxWidgets.git]
/
include
/
wx
/
msw
/
tls.h
diff --git
a/include/wx/msw/tls.h
b/include/wx/msw/tls.h
index eee0096c9740ba1bd7660ac9fe701713a62dfb44..c27271ca6060a3e71a89eba8f907950150dc3e51 100644
(file)
--- a/
include/wx/msw/tls.h
+++ b/
include/wx/msw/tls.h
@@
-51,7
+51,7
@@
public:
private:
DWORD m_slot;
- DECLARE_NO_COPY_CLASS(wxTlsKey)
+ wxDECLARE_NO_COPY_CLASS(wxTlsKey);
};
#endif // _WX_MSW_TLS_H_