mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-17 07:21:43 +00:00
chore: replace all usages of removed ClassUtils macros
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
@@ -11,6 +10,6 @@ class XChunkException final : public std::exception
|
||||
public:
|
||||
explicit XChunkException(std::string message);
|
||||
|
||||
_NODISCARD char const* what() const noexcept override;
|
||||
_NODISCARD const std::string& Message() const;
|
||||
[[nodiscard]] char const* what() const noexcept override;
|
||||
[[nodiscard]] const std::string& Message() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user