1
0

fix: fix linux build issue

This commit is contained in:
2026-03-04 13:58:34 +08:00
parent 23b14ac69f
commit c05dae9429
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ namespace BMapInspector::Ruleset {
public:
ZZQRule2();
virtual ~ZZQRule2();
YYCC_DEFAULT_COPY_MOVE(ZZQRule2)
YYCC_DELETE_COPY_MOVE(ZZQRule2)
public:
std::u8string_view GetRuleName() const override;