mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 00:40:58 +00:00
* 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:
parent
c05fc2a335
commit
60270fd8d9
2 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,7 @@ GDL2MODELER_EXPORT NSString *EOMConsistencyModelObjectKey;
|
|||
NSArray * _selectedObjects;
|
||||
}
|
||||
|
||||
- (id) selectedObject;
|
||||
- (NSArray *) selectedObjects;
|
||||
- (id) outlineSelection;
|
||||
- (EOModel*) eomodel;
|
||||
- (void) setEomodel:(EOModel*) model;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue