mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Base] Hopefully fix Clang template inheritance error
This commit is contained in:
parent
ea9ee0d4ba
commit
86ba17847b
|
|
@ -257,7 +257,7 @@ void ConfigVar<T>::SetGameConfigValue(T val) {
|
|||
}
|
||||
template <class T>
|
||||
void ConfigVar<T>::ResetConfigValueToDefault() {
|
||||
SetConfigValue(default_value_);
|
||||
SetConfigValue(this->default_value_);
|
||||
}
|
||||
|
||||
// CVars can be initialized before these, thus initialized on-demand using new.
|
||||
|
|
|
|||
Loading…
Reference in a new issue