mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-17 02:13:02 +00:00
chore: replace all usages of removed ClassUtils macros
This commit is contained in:
@@ -56,7 +56,7 @@ namespace
|
||||
IwdFile& operator=(const IwdFile& other) = default;
|
||||
IwdFile& operator=(IwdFile&& other) noexcept = default;
|
||||
|
||||
_NODISCARD bool is_open() const override
|
||||
[[nodiscard]] bool is_open() const override
|
||||
{
|
||||
return m_open;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user