[Base] Hopefully fix Clang template inheritance error
This commit is contained in:
@@ -257,7 +257,7 @@ void ConfigVar<T>::SetGameConfigValue(T val) {
|
|||||||
}
|
}
|
||||||
template <class T>
|
template <class T>
|
||||||
void ConfigVar<T>::ResetConfigValueToDefault() {
|
void ConfigVar<T>::ResetConfigValueToDefault() {
|
||||||
SetConfigValue(default_value_);
|
SetConfigValue(this->default_value_);
|
||||||
}
|
}
|
||||||
|
|
||||||
// CVars can be initialized before these, thus initialized on-demand using new.
|
// CVars can be initialized before these, thus initialized on-demand using new.
|
||||||
|
|||||||
Reference in New Issue
Block a user