projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Further Wince fixes
[wxWidgets.git]
/
src
/
common
/
protocol.cpp
diff --git
a/src/common/protocol.cpp
b/src/common/protocol.cpp
index 955a11de6680133b0ad8e7ccd4d46b39355ee1b1..e1933a2e200344393077fbeaef7668ff9b60c4eb 100644
(file)
--- a/
src/common/protocol.cpp
+++ b/
src/common/protocol.cpp
@@
-45,8
+45,12
@@
wxProtoInfo::wxProtoInfo(const wxChar *name, const wxChar *serv,
{
m_cinfo = info;
m_needhost = need_host1;
+#if wxUSE_URL
next = wxURL::ms_protocols;
wxURL::ms_protocols = this;
+#else
+ next = NULL;
+#endif
}
/////////////////////////////////////////////////////////////////