On 18/07/11 09:23, Tim Penhey wrote:
--- SomeSourceFile.cpp

#include<NuxCore/Logger.h>

namespace
{
    nux::logger::Logger logger("dotted.module");
}

just FYI this should be

namespace
{
   nux::logging::Logger logger("dotted.module");
}



--
--
Gordon Allott
Canonical Ltd.
27 Floor, Millbank Tower
London SW1P 4QP
www.canonical.com


_______________________________________________
Mailing list: https://launchpad.net/~ayatana-dev
Post to     : ayatana-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ayatana-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to