diff options
author | David Robillard <d@drobilla.net> | 2024-10-26 14:06:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-26 14:06:27 -0400 |
commit | fb86a60b41ef9312fb356f9b16ad98c603fce3ab (patch) | |
tree | 777f55409d5f4868ec96448a4235052cd78c91de /include/ingen/client | |
parent | cf83b3a2abe815002451908d6a826b98b8679f9e (diff) | |
download | ingen-main.tar.gz ingen-main.tar.bz2 ingen-main.zip |
Diffstat (limited to 'include/ingen/client')
-rw-r--r-- | include/ingen/client/SigClientInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/SigClientInterface.hpp b/include/ingen/client/SigClientInterface.hpp index 6bff2e33..955c6dcd 100644 --- a/include/ingen/client/SigClientInterface.hpp +++ b/include/ingen/client/SigClientInterface.hpp @@ -45,7 +45,7 @@ public: INGEN_SIGNAL(message, void, Message) - /** Fire pending signals. Only does anything on derived classes (that may queue) */ + /** Fire pending signals (for derived classes that may queue). */ virtual bool emit_signals() { return false; } protected: |