mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 23:05:14 -04:00
ksys/util: Add missing const qualifier to one ByamlIter member function
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
bool getByamlDataByKeyIndex(ByamlData* data, s32 index) const;
|
||||
ByamlIter getIterByIndex(s32 index) const;
|
||||
ByamlIter getIterByKey(const char* key) const;
|
||||
bool getKeyName(const char** key, s32 index);
|
||||
bool getKeyName(const char** key, s32 index) const;
|
||||
|
||||
bool tryGetIterByIndex(ByamlIter* iter, s32 index) const;
|
||||
bool tryGetIterByKey(ByamlIter* iter, const char* key) const;
|
||||
|
||||
Reference in New Issue
Block a user