mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 00:47:05 +00:00
Silence MSVC warning and remove pointless glew utilities
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -30,7 +30,7 @@ class CResTypeInfo
|
||||
// Private Methods
|
||||
CResTypeInfo(EResourceType Type, const TString& rkTypeName, const TString& rkRetroExtension);
|
||||
~CResTypeInfo() = default;
|
||||
friend class std::default_delete<CResTypeInfo>;
|
||||
friend struct std::default_delete<CResTypeInfo>;
|
||||
|
||||
// Public Methods
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user