palacaze / sigslot

A simple C++14 signal-slots implementation
MIT License
709 stars 97 forks source link

📝 fix documentation to be a compilable example #27

Closed OlivierLDff closed 3 years ago

OlivierLDff commented 3 years ago

Example wasn't compilable, because connect take a pointer to an observer

palacaze commented 3 years ago

Thanks