summaryrefslogtreecommitdiffstats
path: root/include/ingen/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-26 14:06:27 -0400
committerDavid Robillard <d@drobilla.net>2024-10-26 14:06:27 -0400
commitfb86a60b41ef9312fb356f9b16ad98c603fce3ab (patch)
tree777f55409d5f4868ec96448a4235052cd78c91de /include/ingen/client
parentcf83b3a2abe815002451908d6a826b98b8679f9e (diff)
downloadingen-main.tar.gz
ingen-main.tar.bz2
ingen-main.zip
Fix line wrapping in commentsHEADmain
Diffstat (limited to 'include/ingen/client')
-rw-r--r--include/ingen/client/SigClientInterface.hpp2
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: