PictureIterator.h: fix header guard spelling

Signed-off-by: Adrien Destugues <[email protected]>
Fixes: #12839
This commit is contained in:
Murai Takashi
2016-07-10 17:11:20 +02:00
committed by Adrien Destugues
parent eff2d235ba
commit 07d59ab7db
+1 -1
View File
@@ -30,7 +30,7 @@ THE SOFTWARE.
*/
#ifndef _PICTURE_ITERATOR_H
#define _PICTURE_TIERATOR_H
#define _PICTURE_ITERATOR_H
#include <AppKit.h>
#include <InterfaceKit.h>