projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Send events from port-specific code, not common code, tested in samples
[wxWidgets.git]
/
include
/
wx
/
protocol
/
http.h
diff --git
a/include/wx/protocol/http.h
b/include/wx/protocol/http.h
index 2f6437e24ae72b02aca2cc5ea6bfc3f3232cb2a8..79f37c79242209d5b7d0d319db1828c91c8ce307 100644
(file)
--- a/
include/wx/protocol/http.h
+++ b/
include/wx/protocol/http.h
@@
-25,7
+25,7
@@
class WXDLLIMPEXP_NET wxHTTP : public wxProtocol
{
public:
wxHTTP();
- ~wxHTTP();
+
virtual
~wxHTTP();
virtual bool Connect(const wxString& host, unsigned short port);
virtual bool Connect(const wxString& host) { return Connect(host, 0); }