mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* Palettes/2Controls/GormColorWellAttributesInspector.h
fix typo in header guard git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@37924 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d0d96a1bc
commit
5cdfadcb56
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-05-30 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* Palettes/2Controls/GormColorWellAttributesInspector.h
|
||||
fix typo in header guard
|
||||
|
||||
2014-05-28 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* GormCore/GormClassInspector.m
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
*/
|
||||
|
||||
#ifndef INCLUDED_GormColorWellAttributesInspector_h
|
||||
#define INCLUDED_GormColorWelldAttributesInspector_h
|
||||
#define INCLUDED_GormColorWellAttributesInspector_h
|
||||
|
||||
#include <InterfaceBuilder/IBInspector.h>
|
||||
|
||||
|
@ -51,4 +51,4 @@
|
|||
}
|
||||
@end
|
||||
|
||||
#endif /* INCLUDED_GormColorWelldAttributesInspector_h */
|
||||
#endif /* INCLUDED_GormColorWellAttributesInspector_h */
|
||||
|
|
Loading…
Reference in a new issue