Make IBEditors implement NSobject protocol to avoid warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@30780 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-06-19 00:08:25 +00:00
parent c06e0663ef
commit ed7c24ba5f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-06-19 Riccardo Mottola
* GormLib/IBEditors.h
Make IBEditors implement NSobject protocol to avoid warnings.
2010-06-02 17:45-EDT Gregory John Casamento <greg.casamento@gmail.com>
* English.lproj/GormFontView.gorm: Fix problem with popup showing

View file

@ -82,7 +82,7 @@ IB_EXTERN NSString *IBClassNameChangedNotification;
/**
* The IBEditors protocol defines the methods an editor must implement.
*/
@protocol IBEditors
@protocol IBEditors <NSObject>
/**
* Decide whether an editor can accept data from the pasteboard.
*/