]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected wrong include
authorJulian Smart <julian@anthemion.co.uk>
Wed, 15 Mar 2006 09:50:37 +0000 (09:50 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 15 Mar 2006 09:50:37 +0000 (09:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/dc.cpp

index 151d32fdf43695a4b1043281dc237e4ed33b8fda..0bb8d8752ba09cfb9e198ed3348cdc6cdbb33f93 100644 (file)
@@ -40,7 +40,7 @@
 #include "wx/sysopt.h"
 #include "wx/dcprint.h"
 #include "wx/module.h"
-#include "wx/dynload.h"
+#include "wx/dynlib.h"
 
 #ifdef wxHAVE_RAW_BITMAP
 #include "wx/rawbmp.h"