From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/LightingThread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LightingThread.h') diff --git a/src/LightingThread.h b/src/LightingThread.h index 4e009fd0c..1097558a4 100644 --- a/src/LightingThread.h +++ b/src/LightingThread.h @@ -45,10 +45,10 @@ class cWorld; -class cLightingThread : +class cLightingThread: public cIsThread { - typedef cIsThread super; + using Super = cIsThread; public: -- cgit v1.2.3