mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 04:50:54 +00:00
* 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
This commit is contained in:
parent
2e1890a2e9
commit
992f3ba8f9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-14 04:07-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
|
* Source/NSToolbarFrameworkPrivate.h: Correct include for new
|
||||||
|
location of GSWidnowDecorationView.h.
|
||||||
|
|
||||||
2010-01-14 03:19-EST Gregory John Casamento <greg.casamento@gmail.com>
|
2010-01-14 03:19-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* Source/GSWindowDecorationView.h: Removed from here since I moved
|
* Source/GSWindowDecorationView.h: Removed from here since I moved
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#include "AppKit/NSToolbarItem.h"
|
#include "AppKit/NSToolbarItem.h"
|
||||||
#include "GNUstepGUI/GSToolbarView.h"
|
#include "GNUstepGUI/GSToolbarView.h"
|
||||||
|
|
||||||
#include "GSWindowDecorationView.h"
|
#include <GNUstepGUI/GSWindowDecorationView.h>
|
||||||
|
|
||||||
@interface GSToolbarView (GNUstepPrivate)
|
@interface GSToolbarView (GNUstepPrivate)
|
||||||
- (void) _reload;
|
- (void) _reload;
|
||||||
|
|
Loading…
Reference in a new issue