From c1dd939d3b17cc6a6101b5076918786abdf6b226 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 14 Dec 1999 11:21:25 +0000 Subject: [PATCH] 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 --- src/msw/tbar95.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // ---------------------------------------------------------------------------- -- 2.50.0