fix a broken include guard (typo)
This commit is contained in:
parent
762efc278f
commit
0f7b06cd1a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#ifndef PALETTE_MANAGER_H_INCLUDED
|
||||
#define PALETTE_MANAGER H_INCLUDED
|
||||
#define PALETTE_MANAGER_H_INCLUDED
|
||||
|
||||
#include "common_palette.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue