mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
Correct syntax for template instantiation
This commit is contained in:
parent
7864c26e17
commit
32c0279c14
@ -2426,7 +2426,7 @@ TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type,
|
|||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
template float ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, float v);
|
template float ImGui::RoundScalarWithFormatT<float>(const char* format, ImGuiDataType data_type, float v);
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// [SECTION] Widgets: DragScalar, DragFloat, DragInt, etc.
|
// [SECTION] Widgets: DragScalar, DragFloat, DragInt, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user