mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 08:20:06 +00:00
General GCC compilation fixes
This commit is contained in:
parent
c7aba95233
commit
023688b746
19 changed files with 57 additions and 53 deletions
|
|
@ -164,7 +164,7 @@ void SettingsInterface<T>::SetEditWidget(QWidget* widget)
|
|||
{
|
||||
// Error value
|
||||
value.push_back(
|
||||
std::numeric_limits<T::value_type>::min());
|
||||
std::numeric_limits<typename T::value_type>::min());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue