diff --git a/Apps/EOModelEditor/EOMEDocument.h b/Apps/EOModelEditor/EOMEDocument.h index 6f99a93..79df994 100644 --- a/Apps/EOModelEditor/EOMEDocument.h +++ b/Apps/EOModelEditor/EOMEDocument.h @@ -61,7 +61,7 @@ GDL2MODELER_EXPORT NSString *EOMConsistencyModelObjectKey; NSArray * _selectedObjects; } -- (id) selectedObject; +- (NSArray *) selectedObjects; - (id) outlineSelection; - (EOModel*) eomodel; - (void) setEomodel:(EOModel*) model; diff --git a/ChangeLog b/ChangeLog index be56f30..5bfa1bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-03-08: Sebastian Reitenbach + * Apps/EOModelEditor/EOMEDocument.h + make the header match the implementation, fixing + warning about incomplete implementation of class + 2013-03-07: Sebastian Reitenbach * EOControl/Makefile.preamble add -std=gnu89 to allow compile with clang and -O0