From 96d9e4df78250ce3a80d04c5b797db74e236b662 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Sat, 5 Feb 2000 18:16:47 +0000 Subject: [PATCH] Reverted a change which breaks compilation for win32 - not sure on how to fix this :-? git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/statusbr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index f268c43724..de2d7df940 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -29,7 +29,7 @@ #include "wx/dcclient.h" #endif -#include "wx/statusbr.h" +#include "wx/generic/statusbr.h" #ifdef __WXMSW__ #include -- 2.45.2