Fixed more clang warnings

This commit is contained in:
Jan Möbius
2019-05-29 10:20:20 +02:00
parent b083f32a23
commit 417a460645
4 changed files with 8 additions and 22 deletions

View File

@@ -48,10 +48,7 @@
//
//=============================================================================
#ifndef __SINGLETON_HH__
#define __SINGLETON_HH__
#pragma once
//=== INCLUDES ================================================================
@@ -145,5 +142,3 @@ private:
# include "SingletonT_impl.hh"
#endif
//=============================================================================
#endif // __SINGLETON_HH__
//=============================================================================