Skip to content

Commit 745bc8a

Browse files
committed
oops
1 parent a89b77e commit 745bc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/API.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static void handleType() {
2020
});
2121

2222
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) {
23+
event->fn = +[](const char* label, T* value, std::span<std::pair<T, const char*> const> items) {
2424
ImGui::Text("%s:", label);
2525
size_t i = 0;
2626
bool changed = false;

0 commit comments

Comments
 (0)