mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
c06e0663ef
commit
ed7c24ba5f
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue