Add missing forward declarations and includes to make all headers self-contained.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-02-11 16:34:17 +00:00
parent b29ad3d33a
commit 548cfea1d5
11 changed files with 28 additions and 1 deletions

View file

@ -28,6 +28,8 @@
#ifndef _GNUstep_H_NSSpellProtocol
#define _GNUstep_H_NSSpellProtocol
#include <objc/objc.h>
@protocol NSChangeSpelling
- (void) changeSpelling:(id)sender;