mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Cleanup jthread and fix win32 build
This commit is contained in:
@@ -60,7 +60,6 @@ class Settings
|
||||
public:
|
||||
Settings()
|
||||
{
|
||||
m_mutex.Init();
|
||||
}
|
||||
|
||||
void writeLines(std::ostream &os)
|
||||
@@ -77,7 +76,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// return all keys used
|
||||
// return all keys used
|
||||
std::vector<std::string> getNames(){
|
||||
std::vector<std::string> names;
|
||||
for(std::map<std::string, std::string>::iterator
|
||||
@@ -86,7 +85,7 @@ public:
|
||||
{
|
||||
names.push_back(i->first);
|
||||
}
|
||||
return names;
|
||||
return names;
|
||||
}
|
||||
|
||||
// remove a setting
|
||||
|
Reference in New Issue
Block a user