mirror of https://github.com/ARMmbed/mbed-os.git
missing virtual
parent
80db38c60a
commit
7fb863eeb4
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue