Reckan
Results
1
comments of
Reckan
I had a very similar issue. I fixed mine by adding: virtual void on_float32(float value); virtual void on_double(double value); to listener_debug.h and defining them in the .cpp file. I'm not...