mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-08-01 12:50:36 +00:00
Move AbstractScopeSequenceHolder to Parse and make it a template class to be reusable
This commit is contained in:
@@ -34,7 +34,7 @@ NoScopeSequences::NoScopeSequences(std::vector<std::unique_ptr<MenuFileParser::s
|
||||
{
|
||||
}
|
||||
|
||||
void NoScopeSequences::AddSequences(FeatureLevel featureLevel, bool permissive)
|
||||
void NoScopeSequences::AddSequences(FeatureLevel featureLevel, bool permissive) const
|
||||
{
|
||||
AddSequence(std::make_unique<SequenceOpenGlobalScope>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user