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:
Gregory John Casamento 2008-09-28 03:09:37 +00:00
parent 98c835c50c
commit 9218a1bcb0
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -27,6 +27,7 @@
#include <AppKit/NSNibLoading.h>
#include <GormCore/GormPrivate.h>
#include <GormCore/GormPluginManager.h>
#include "GormPluginsPref.h"
@class NSTableView;