simongeilfus / Cinder-ImGui

Dear ImGui Renderer/Wrapper for Cinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

signals::ConnectionList Error

xumo opened this issue · comments

The line 925
static signals::ConnectionList sWindowConnections;
throws a compiler error:
/Users/rodrigo/Herramientas/cinder_0.9.0_mac/blocks/Cinder-ImGui/src/CinderImGui.cpp:925:17: No type named 'ConnectionList' in namespace 'cinder::signals'; did you mean 'Connection'?

Try updating cinder or roll back Cinder-ImGui before a57f4c9

That worked. Thanks.