From 992f3ba8f9fb1cc70f207cb853f5a89e5242990a Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Thu, 14 Jan 2010 09:04:45 +0000 Subject: [PATCH] * Source/NSToolbarFrameworkPrivate.h: Correct include for new location of GSWidnowDecorationView.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29278 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSToolbarFrameworkPrivate.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e775fb85e..3c98fe405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-14 04:07-EST Gregory John Casamento + + * Source/NSToolbarFrameworkPrivate.h: Correct include for new + location of GSWidnowDecorationView.h. + 2010-01-14 03:19-EST Gregory John Casamento * Source/GSWindowDecorationView.h: Removed from here since I moved diff --git a/Source/NSToolbarFrameworkPrivate.h b/Source/NSToolbarFrameworkPrivate.h index ae5062d23..5ad2a922a 100644 --- a/Source/NSToolbarFrameworkPrivate.h +++ b/Source/NSToolbarFrameworkPrivate.h @@ -35,7 +35,7 @@ #include "AppKit/NSToolbarItem.h" #include "GNUstepGUI/GSToolbarView.h" -#include "GSWindowDecorationView.h" +#include @interface GSToolbarView (GNUstepPrivate) - (void) _reload;