diff options
author | sgeerke <devnull@localhost> | 2012-06-24 12:06:15 +0200 |
---|---|---|
committer | sgeerke <devnull@localhost> | 2012-06-24 12:06:15 +0200 |
commit | 39985d2c5158742fc9e00e7dd90559f9f5c8c75f (patch) | |
tree | 1950c633fd73c1b7ef5056ed18b9dcd527552d3b /lout/signal.hh | |
parent | e02ec1bd1405715f050a71d40a9e3c212dd43123 (diff) |
First part of hyphenation! And some minor changes in "lout".
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 6b332203..117779d6 100644 --- a/lout/signal.hh +++ b/lout/signal.hh @@ -4,6 +4,8 @@ #include "object.hh" #include "container.hh" +namespace lout { + /** * \brief This namespace provides base classes to define signals. * @@ -174,8 +176,6 @@ * After this, &\em barReceiver can be connected to all instances of * BarEmitter, also multiple times. */ -namespace lout { - namespace signal { class Receiver; |