Commit e98a8b62 authored by Max Kellermann's avatar Max Kellermann

lib/curl/Global: drop redundant "virtual"

parent 6c6947b0
...@@ -78,7 +78,8 @@ public: ...@@ -78,7 +78,8 @@ public:
private: private:
static int TimerFunction(CURLM *global, long timeout_ms, void *userp); static int TimerFunction(CURLM *global, long timeout_ms, void *userp);
virtual void OnTimeout() override; /* virtual methods from class TimeoutMonitor */
void OnTimeout() override;
}; };
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment