.reference

This commit is contained in:
Mirek Fidler 2021-09-19 15:38:40 +02:00
parent 3a12694cf7
commit a51d0a795b

View file

@ -15,7 +15,7 @@ void AnythingEnd()
}
struct ProgressFilter { // Simple filter example just prints amount of data processed
Callback2<const void *, int> WhenOut;
Event<const void *, int> WhenOut;
void Put(const void *ptr, int size) {
DLOG("#### Loaded " << size << " bytes");
WhenOut(ptr, size);