diff options
Diffstat (limited to 'lout/identity.hh')
-rw-r--r-- | lout/identity.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lout/identity.hh b/lout/identity.hh index 6102933d..1f0b4bdf 100644 --- a/lout/identity.hh +++ b/lout/identity.hh @@ -5,12 +5,11 @@ #include "container.hh" #include "signal.hh" +namespace lout { + /** * \brief Some stuff to identify classes of objects at run-time. */ - -namespace lout { - namespace identity { /** |