Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
IBOutlet id positiveField;
IBOutlet id negativeField;
IBOutlet id zeroField;

NSMutableArray *_testData;
}

- (NSMutableArray *) testData;
- (void) setTestData: (NSMutableArray *)data;

@end

#endif
2 changes: 1 addition & 1 deletion Documentation/ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 ANNOUNCE
**********

This is version 1.4.0 of Gorm.
This is version 1.5.0 of Gorm.

1.1 What is Gorm?
=================
Expand Down
3 changes: 3 additions & 0 deletions Documentation/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ INSTALL_TEXT_MAIN = install.texi
NEWS_TEXI_FILES = version.texi
NEWS_TEXT_MAIN = news.texi

MAN1_PAGES = gormtool.1

-include Makefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/documentation.make

-include Makefile.postamble
Loading