missing virtual

pull/8738/head
paul-szczepanek-arm 2018-11-21 09:00:59 +00:00 committed by Vincent Coubard
parent 1bf5826cdc
commit ed10543093
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. * @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. /** Called when scan times out.
*/ */