mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
Explicit call conversion operator on Setting class.
This fixes issue #196.
This commit is contained in:
@@ -141,7 +141,7 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
|
||||
int len = arr.getLength();
|
||||
for (int i=0; i<len; i++)
|
||||
{
|
||||
std::string v = arr[i];
|
||||
std::string v = arr[i].operator std::string();
|
||||
|
||||
// replace binpathkey with binpath
|
||||
size_t p;
|
||||
|
||||
Reference in New Issue
Block a user