Fix naming of CSaveableState

This commit is contained in:
Phillip Stephens 2022-12-22 18:18:46 -08:00
parent f3e0324674
commit 8cd4e80bb0
4 changed files with 5 additions and 5 deletions

View File

@ -546,7 +546,7 @@ LIBS = [
"Kyoto/Text/CPushStateInstruction",
"Kyoto/Text/CRasterFont",
"Kyoto/Text/CRemoveColorOverrideInstruction",
["Kyoto/Text/CSavableState", True],
["Kyoto/Text/CSaveableState", True],
"Kyoto/Text/CTextExecuteBuffer",
"Kyoto/Text/CTextInstruction",
["Kyoto/Text/CTextParser", False],

View File

@ -1,5 +1,5 @@
#ifndef _CSAVABLESTATE
#define _CSAVABLESTATE
#ifndef _CSAVEABLESTATE
#define _CSAVEABLESTATE
#include "Kyoto/Text/CDrawStringOptions.hpp"
#include "Kyoto/Text/CRasterFont.hpp"
@ -25,4 +25,4 @@ private:
EVerticalJustification x84_vjust;
};
#endif // _CSAVABLESTATE
#endif // _CSAVEABLESTATE

View File

@ -1,4 +1,4 @@
#include "Kyoto/Text/CSavableState.hpp"
#include "Kyoto/Text/CSaveableState.hpp"
CSaveableState::CSaveableState()
: x54_colors(3, CTextColor(0, 0, 0, 255))