We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89b77e commit 745bc8aCopy full SHA for 745bc8a
src/API.cpp
@@ -20,7 +20,7 @@ static void handleType() {
20
});
21
22
new EventListener<EventFilter<devtools::EnumerableFnEvent<T>>>(+[](devtools::EnumerableFnEvent<T>* event) {
23
- event->fn = +[](const char* label, T* value, std::span<std::pair<T, const char*>> items) {
+ event->fn = +[](const char* label, T* value, std::span<std::pair<T, const char*> const> items) {
24
ImGui::Text("%s:", label);
25
size_t i = 0;
26
bool changed = false;
0 commit comments