add visual scope

This commit is contained in:
2026-06-13 19:31:46 -05:00
parent dbc1db37e1
commit e9fff9691b
8 changed files with 80 additions and 37 deletions

View File

@@ -32,7 +32,7 @@ private:
ConfigService* config_;
LoggerService* logger_;
ScopeBuffer* scope_ = nullptr;
ScopeBuffer* scope_;;
NoteQueue* noteQueue_;
};