PictureIterator.h: fix header guard spelling

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Ticket: #12830
This commit is contained in:
Murai Takashi 2016-06-25 21:55:50 +09:00 committed by Adrien Destugues
parent 12e39ec560
commit 163f9ddfef

View File

@ -30,7 +30,7 @@ THE SOFTWARE.
*/ */
#ifndef _PICTURE_ITERATOR_H #ifndef _PICTURE_ITERATOR_H
#define _PICTURE_TIERATOR_H #define _PICTURE_ITERATOR_H
#include <AppKit.h> #include <AppKit.h>
#include <InterfaceKit.h> #include <InterfaceKit.h>