Browse Source

Oops. Fix recursive typo in xrun callback.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
7452987e05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Engine.C

+ 1
- 1
Timeline/Engine.C View File

@@ -52,7 +52,7 @@ Engine::sync ( jack_transport_state_t state, jack_position_t *pos, void *arg )
int
Engine::xrun ( void *arg )
{
return ((Engine*)arg)->xrun( arg );
return ((Engine*)arg)->xrun();
}



Loading…
Cancel
Save