summaryrefslogtreecommitdiffstats
path: root/src/ChunkSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r--src/ChunkSender.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h
index 018beb60e..bac09dd8b 100644
--- a/src/ChunkSender.h
+++ b/src/ChunkSender.h
@@ -53,8 +53,10 @@ class cChunkSender:
public cIsThread,
public cChunkDataCopyCollector
{
- typedef cIsThread super;
+ using Super = cIsThread;
+
public:
+
cChunkSender(cWorld & a_World);
virtual ~cChunkSender() override;