From: George Tasker Date: Tue, 14 Dec 1999 11:21:25 +0000 (+0000) Subject: Fixed the #include of tbar95.h, which referenced the wrong directory path X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c1dd939d3b17cc6a6101b5076918786abdf6b226 Fixed the #include of tbar95.h, which referenced the wrong directory path git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/tbar95.cpp b/src/msw/tbar95.cpp index 5de02a4437..ded652c304 100644 --- a/src/msw/tbar95.cpp +++ b/src/msw/tbar95.cpp @@ -55,7 +55,7 @@ #endif // __TWIN32__ #include "wx/msw/dib.h" -#include "wx/tbar95.h" +#include "wx/msw/tbar95.h" #include "wx/app.h" // for GetComCtl32Version // ----------------------------------------------------------------------------