more ini interface adjustments .

This commit is contained in:
Zero Fanker 2024-03-31 20:45:24 -04:00
parent 979e35c389
commit 0c0cfedd03
3 changed files with 77 additions and 50 deletions

View file

@ -5,7 +5,7 @@
class INIHelper
{
public:
static bool StingToBool(const CString& str, bool def)
static bool StringToBool(const CString& str, bool def)
{
switch (toupper(static_cast<unsigned char>(*str))) {
case '1':