mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:47:42 +00:00
Update fmtlib
This commit is contained in:
@@ -114,7 +114,7 @@ void Toolbar::setVerticalVerts(int height) {
|
||||
|
||||
void Toolbar::push_back(View* v, unsigned unit) {
|
||||
if (unit >= m_units) {
|
||||
Log.report(logvisor::Fatal, fmt("unit {} out of range {}"), unit, m_units);
|
||||
Log.report(logvisor::Fatal, FMT_STRING("unit {} out of range {}"), unit, m_units);
|
||||
}
|
||||
|
||||
std::vector<ViewChild<View*>>& children = m_children[unit];
|
||||
|
||||
Reference in New Issue
Block a user