Fix lost control links in copied automation patterns (#4723)

This hack should be removed once the automation system gets fixed.
This commit is contained in:
Hyunjin Song
2018-12-22 11:37:34 +09:00
committed by GitHub
parent 642b5e7d04
commit e1d9d899fd
3 changed files with 16 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public:
}
static jo_id_t idToSave( jo_id_t id );
static jo_id_t idFromSave( jo_id_t id );
void clearJournal();
void stopAllJournalling();