mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Eliminate compiler warning.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98c835c50c
commit
9218a1bcb0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-09-27 23:11-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormPrefs/GormPluginsPref.m: Include GormPluginManager.h to
|
||||
eliminate compiler warning.
|
||||
|
||||
2008-09-27 23:02-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* English.lproj/GormPreferences.gorm
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <AppKit/NSNibLoading.h>
|
||||
|
||||
#include <GormCore/GormPrivate.h>
|
||||
#include <GormCore/GormPluginManager.h>
|
||||
#include "GormPluginsPref.h"
|
||||
|
||||
@class NSTableView;
|
||||
|
|
Loading…
Reference in a new issue