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;