Resolved warning "call_in inherits implicit virtual"

pull/8592/head
deepikabhavnani 2018-10-30 13:39:59 -05:00
parent 3c0d6f0b0c
commit d5da9eb636
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ private:
* @param func Callback to be called
* @return 0 on success, negative error code on failure
*/
nsapi_error_t call_in(int delay, mbed::Callback<void()> func);
virtual nsapi_error_t call_in(int delay, mbed::Callback<void()> func);
struct mbed_lwip_socket {
bool in_use;