| Thread Previous • Date Previous • Date Next • Thread Next |
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
| Thread Previous • Date Previous • Date Next • Thread Next |