1
0
forked from 0ad/0ad
This was SVN commit r17741.
This commit is contained in:
mimo 2016-02-07 19:06:15 +00:00
parent 971d70fa99
commit a9de2bf397
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ bool CConfigDB::HasChanges(EConfigNamespace ns) const
return m_HasChanges[ns];
}
void CConfigDB::SetChanges(EConfigNamespace ns, bool& value)
void CConfigDB::SetChanges(EConfigNamespace ns, bool value)
{
CHECK_NS(;);

View File

@ -77,7 +77,7 @@ public:
*/
bool HasChanges(EConfigNamespace ns) const;
void SetChanges(EConfigNamespace ns, bool& value);
void SetChanges(EConfigNamespace ns, bool value);
/**
* Attempt to retrieve a vector of values corresponding to the given setting;