]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed the #include of tbar95.h, which referenced the wrong directory path
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 14 Dec 1999 11:21:25 +0000 (11:21 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 14 Dec 1999 11:21:25 +0000 (11:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/tbar95.cpp

index 5de02a44372e6fa3630d0d9e0a05ac75ec386b9e..ded652c304efd2ed9b75136a22900552c4ada2c2 100644 (file)
@@ -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
 
 // ----------------------------------------------------------------------------