Fix naming of CSaveableState

Former-commit-id: 8cd4e80bb0
This commit is contained in:
Phillip Stephens 2022-12-22 18:18:46 -08:00
parent 1e84728937
commit 984f4623d9
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,5 +1,5 @@
#ifndef _CSAVABLESTATE #ifndef _CSAVEABLESTATE
#define _CSAVABLESTATE #define _CSAVEABLESTATE
#include "Kyoto/Text/CDrawStringOptions.hpp" #include "Kyoto/Text/CDrawStringOptions.hpp"
#include "Kyoto/Text/CRasterFont.hpp" #include "Kyoto/Text/CRasterFont.hpp"
@ -25,4 +25,4 @@ private:
EVerticalJustification x84_vjust; 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() CSaveableState::CSaveableState()
: x54_colors(3, CTextColor(0, 0, 0, 255)) : x54_colors(3, CTextColor(0, 0, 0, 255))