diff --git a/Source/Common/CriticalSection.h b/Source/Common/CriticalSection.h index db22b0c73..5c638617d 100644 --- a/Source/Common/CriticalSection.h +++ b/Source/Common/CriticalSection.h @@ -31,4 +31,3 @@ private: CGuard(const CGuard& copy); CGuard &operator=(const CGuard& rhs); }; -