diff options
Diffstat (limited to 'src/libs/engine/Patch.h')
-rw-r--r-- | src/libs/engine/Patch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/Patch.h b/src/libs/engine/Patch.h index f0e06368..0b40d705 100644 --- a/src/libs/engine/Patch.h +++ b/src/libs/engine/Patch.h @@ -54,7 +54,7 @@ public: void activate(); void deactivate(); - void run(size_t nframes); + void process(samplecount nframes); //void send_creation_messages(ClientInterface* client) const; |