diff options
Diffstat (limited to 'src/LightingThread.h')
-rw-r--r-- | src/LightingThread.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |