mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-16 18:03:03 +00:00
fix: clang compilation issues
This commit is contained in:
@@ -13,8 +13,8 @@ public:
|
||||
virtual ~ContentWriterBase() = default;
|
||||
ContentWriterBase(const ContentWriterBase& other) = default;
|
||||
ContentWriterBase(ContentWriterBase&& other) noexcept = default;
|
||||
ContentWriterBase& operator=(const ContentWriterBase& other) = default;
|
||||
ContentWriterBase& operator=(ContentWriterBase&& other) noexcept = default;
|
||||
ContentWriterBase& operator=(const ContentWriterBase& other) = delete;
|
||||
ContentWriterBase& operator=(ContentWriterBase&& other) noexcept = delete;
|
||||
|
||||
protected:
|
||||
void WriteXString(bool atStreamStart);
|
||||
|
||||
Reference in New Issue
Block a user