mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 13:33:02 +00:00
chore: replace all usages of removed ClassUtils macros
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "Parsing/PostProcessing/CreateMemberInformationPostProcessor.h"
|
||||
#include "Parsing/PostProcessing/CreateStructureInformationPostProcessor.h"
|
||||
#include "Persistence/InMemory/InMemoryRepository.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/generators/catch_generators.hpp>
|
||||
@@ -52,7 +51,7 @@ namespace test::parsing::commands::sequence::sequence_action
|
||||
REQUIRE(m_arg_struct3 != nullptr);
|
||||
}
|
||||
|
||||
_NODISCARD bool CreateInformation() const
|
||||
[[nodiscard]] bool CreateInformation() const
|
||||
{
|
||||
auto createStructureInformation = std::make_unique<CreateStructureInformationPostProcessor>();
|
||||
auto createMemberInformation = std::make_unique<CreateMemberInformationPostProcessor>();
|
||||
|
||||
Reference in New Issue
Block a user