From 7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 4 Apr 2021 23:42:15 +0100 Subject: Fix a ton of pedantic compiler warnings. --- include/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 3b15d1846..3f71a7037 100644 --- a/include/thread.h +++ b/include/thread.h @@ -40,7 +40,7 @@ class CoreExport Thread virtual void OnStart() = 0; /** Callback which is executed on the calling thread before this thread is stopped. */ - virtual void OnStop() { }; + virtual void OnStop() { } /** Initialises an instance of the Thread class. */ Thread() = default; -- cgit v1.3.1-10-gc9f91