fix build failure
This commit is contained in:
parent
c5786b61fb
commit
f63c072517
2 changed files with 9 additions and 17 deletions
|
|
@ -885,6 +885,7 @@ bool DivEngine::addSystem(DivSystem which) {
|
|||
return true;
|
||||
}
|
||||
|
||||
// TODO: maybe issue with subsongs?
|
||||
bool DivEngine::removeSystem(int index, bool preserveOrder) {
|
||||
if (song.systemLen<=1) {
|
||||
lastError="cannot remove the last one";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue