1
0
Fork 0

include/Spectre/Graphics/Font.h: Minor typo fix.

This commit is contained in:
Henrik Hautakoski 2020-01-05 23:20:00 +01:00
parent 2a111a237d
commit 8b96338e24
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745

View file

@ -1,6 +1,6 @@
#ifndef SPECTRE_GRAPHCIS_FONT_H
#define SPECTRE_GRAPHCIS_FONT_H
#ifndef SPECTRE_GRAPHICS_FONT_H
#define SPECTRE_GRAPHICS_FONT_H
#include <map>
#include <vector>
@ -77,4 +77,4 @@ protected :
}
#endif /* SPECTRE_GRAPHCIS_FONT_H */
#endif /* SPECTRE_GRAPHICS_FONT_H */