projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added header needed for Solaris to find finite() prototype.
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_mdi.h
diff --git
a/include/wx/xrc/xh_mdi.h
b/include/wx/xrc/xh_mdi.h
index 06eeffc34082389d504d13c2d4d7b3da8669ea7c..4eab9a0237e994bcd3c297ae7b9b92c8347007ec 100644
(file)
--- a/
include/wx/xrc/xh_mdi.h
+++ b/
include/wx/xrc/xh_mdi.h
@@
-15,7
+15,7
@@
#if wxUSE_XRC && wxUSE_MDI
-class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_
FWD_
CORE wxWindow;
class WXDLLIMPEXP_XRC wxMdiXmlHandler : public wxXmlResourceHandler
{