projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ability to switch off more components of the size page UI
[wxWidgets.git]
/
src
/
msw
/
urlmsw.cpp
diff --git
a/src/msw/urlmsw.cpp
b/src/msw/urlmsw.cpp
index 94ae0483f5502e310692ebc635dffdd64dbb6f97..d081fc1956e3cab25ec0b77d68112f1fddfcaab2 100644
(file)
--- a/
src/msw/urlmsw.cpp
+++ b/
src/msw/urlmsw.cpp
@@
-137,7
+137,7
@@
protected:
HINTERNET m_hFile;
size_t OnSysRead(void *buffer, size_t bufsize);
- DECLARE_NO_COPY_CLASS(wxWinINetInputStream)
+ wxDECLARE_NO_COPY_CLASS(wxWinINetInputStream);
};
size_t wxWinINetInputStream::GetSize() const