diff options
Diffstat (limited to 'lout/signal.hh')
-rw-r--r-- | lout/signal.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/signal.hh b/lout/signal.hh index c96247be..9a5635d0 100644 --- a/lout/signal.hh +++ b/lout/signal.hh @@ -160,7 +160,7 @@ * // ... * }; * \endcode - * + * * The constructor of Qix should then set \em qix: * * \code @@ -217,7 +217,7 @@ private: container::typed::List <Receiver> *receivers; void unconnect (Receiver *receiver); - + protected: void emitVoid (int signalNo, int argc, Object **argv); bool emitBool (int signalNo, int argc, Object **argv); |