This commit is contained in:
Branimir Karadžić
2018-11-03 10:46:09 -07:00
parent 9fc2f996f7
commit a58b42f31b
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ namespace bx
void load(const void* _data, uint32_t _len);
///
const char* get(const StringView& _name) const;
StringView get(const StringView& _name) const;
///
void set(const StringView& _name, const StringView& _value = "");