missing virtual

pull/8738/head
paul-szczepanek-arm 2018-11-21 11:14:43 +00:00 committed by Vincent Coubard
parent 80db38c60a
commit 7fb863eeb4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
*
* @param event Advertising report @see AdvertisingReportEvent_t for details.
*/
void onAdvertisingReport(const AdvertisingReportEvent &event) { }
virtual void onAdvertisingReport(const AdvertisingReportEvent &event) { }
/** Called when scan times out.
*/