mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fix typo in header inclusion guard #define
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
681db60988
commit
e098bcde5b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-07-03 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* InterfaceBuilder/InterfaceBuilder.h: Fix incorrect header inclusion guard.
|
||||
|
||||
2013-06-05 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* GormCore/GormSetNameController.h
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#ifndef INCLUDED_INTERFACEBUILDER_H
|
||||
#define INCLUDED_INTERFACEBUIDLER_H
|
||||
#define INCLUDED_INTERFACEBUILDER_H
|
||||
|
||||
#include <InterfaceBuilder/IBApplicationAdditions.h>
|
||||
#include <InterfaceBuilder/IBCellAdditions.h>
|
||||
|
|
Loading…
Reference in a new issue