mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +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;
|
||||
}
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user