mirror of https://github.com/ARMmbed/mbed-os.git
Resolved warning "call_in inherits implicit virtual"
parent
3c0d6f0b0c
commit
d5da9eb636
|
|
@ -450,7 +450,7 @@ private:
|
||||||
* @param func Callback to be called
|
* @param func Callback to be called
|
||||||
* @return 0 on success, negative error code on failure
|
* @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 {
|
struct mbed_lwip_socket {
|
||||||
bool in_use;
|
bool in_use;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue