* Apps/EOModelEditor/EOMEDocument.h

make the header match the implementation, fixing
          warning about incomplete implementation of class


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-08 08:48:25 +00:00
parent 2259fff719
commit b52b24fe0b
2 changed files with 6 additions and 1 deletions

View file

@ -61,7 +61,7 @@ GDL2MODELER_EXPORT NSString *EOMConsistencyModelObjectKey;
NSArray * _selectedObjects;
}
- (id) selectedObject;
- (NSArray *) selectedObjects;
- (id) outlineSelection;
- (EOModel*) eomodel;
- (void) setEomodel:(EOModel*) model;

View file

@ -1,3 +1,8 @@
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.h
make the header match the implementation, fixing
warning about incomplete implementation of class
2013-03-07: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* EOControl/Makefile.preamble
add -std=gnu89 to allow compile with clang and -O0