projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix another line somehow missing from the wxGraphicsBitmap forward port.
[wxWidgets.git]
/
include
/
wx
/
os2
/
apptrait.h
diff --git
a/include/wx/os2/apptrait.h
b/include/wx/os2/apptrait.h
index cd9fa56e54c7ffbfbeb4dd84fc2528a2a19324b9..2cdb32a4a8b5235584c4260cb84510c02f5f3694 100644
(file)
--- a/
include/wx/os2/apptrait.h
+++ b/
include/wx/os2/apptrait.h
@@
-50,7
+50,7
@@
public:
virtual wxString GetDesktopEnvironment() const;
#endif
#if wxUSE_SOCKETS
- virtual
GSocketManager *GetSocket
Manager();
+ virtual
wxFDIOManager *GetFDIO
Manager();
#endif
};