From 472fbfa7d7b43c57bd74ba8fe1eb4210fee4c488 Mon Sep 17 00:00:00 2001 From: upstream svn Date: Thu, 4 Jun 2009 09:51:12 +0200 Subject: [PATCH] Upstream tarball 9644 --- .svn-revision | 2 +- src/extern/wxWidgets/listctrl.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.svn-revision b/.svn-revision index 534e0c7e..42807997 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -9643 +9644 diff --git a/src/extern/wxWidgets/listctrl.h b/src/extern/wxWidgets/listctrl.h index 0147f38a..8c886e67 100644 --- a/src/extern/wxWidgets/listctrl.h +++ b/src/extern/wxWidgets/listctrl.h @@ -3,7 +3,7 @@ // Purpose: Generic list control // Author: Robert Roebling // Created: 01/02/97 -// RCS-ID: $Id: listctrl.h 8991 2008-08-09 20:38:01Z phoenix $ +// RCS-ID: $Id: listctrl.h 9644 2009-06-01 11:19:24Z sturedman $ // Copyright: Copyright (c) 1998-2008 Robert Roebling and Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,7 +17,7 @@ #define wxLC_OWNERDRAW 0x10000 -class WXDLLIMPEXP_CORE wxImageList; +#include #if wxUSE_DRAG_AND_DROP class WXDLLEXPORT wxDropTarget; -- 2.11.4.GIT