mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-18 06:31:57 +00:00
YamlHelper: minor change
This commit is contained in:
parent
8304c5738f
commit
86851d86e5
@ -56,7 +56,7 @@ void YamlHelper::FinaliseParser(void)
|
|||||||
yaml_parser_delete(&m_parser);
|
yaml_parser_delete(&m_parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
void YamlHelper::GetNextEvent()
|
void YamlHelper::GetNextEvent(void)
|
||||||
{
|
{
|
||||||
yaml_event_delete(&m_newEvent);
|
yaml_event_delete(&m_newEvent);
|
||||||
if (!yaml_parser_parse(&m_parser, &m_newEvent))
|
if (!yaml_parser_parse(&m_parser, &m_newEvent))
|
||||||
|
@ -46,7 +46,7 @@ public:
|
|||||||
void GetMapStartEvent(void);
|
void GetMapStartEvent(void);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void GetNextEvent();
|
void GetNextEvent(void);
|
||||||
int ParseMap(MapYaml& mapYaml);
|
int ParseMap(MapYaml& mapYaml);
|
||||||
std::string GetMapValue(MapYaml& mapYaml, const std::string &key, bool& bFound);
|
std::string GetMapValue(MapYaml& mapYaml, const std::string &key, bool& bFound);
|
||||||
UINT LoadMemory(MapYaml& mapYaml, const LPBYTE pMemBase, const size_t kAddrSpaceSize);
|
UINT LoadMemory(MapYaml& mapYaml, const LPBYTE pMemBase, const size_t kAddrSpaceSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user