diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-11-26 18:09:53 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2012-11-26 18:09:53 +0200 |
| commit | 2c4251b8cf23c8b1527c2620e3ac0a76c62a659c (patch) | |
| tree | 115cbc90c3bf27bbfe88f7042535b7c66bd78382 /shortcuts | |
| parent | cc4760fe63056cae31a515f16376452c37f8f388 (diff) | |
| parent | d806e15e1798d5aa07b896af57aa90cfca66e3cd (diff) | |
Merged with trunk.
(bzr r2861.2.6)
Diffstat (limited to 'shortcuts')
| -rw-r--r-- | shortcuts/ShortcutHint.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shortcuts/ShortcutHint.cpp b/shortcuts/ShortcutHint.cpp index a0105f562..af2415932 100644 --- a/shortcuts/ShortcutHint.cpp +++ b/shortcuts/ShortcutHint.cpp @@ -24,14 +24,12 @@ #include "ShortcutHintPrivate.h" +DECLARE_LOGGER(logger, "unity.shortcut"); + namespace unity { namespace shortcut { -namespace -{ - nux::logging::Logger logger("unity.shortcut"); -} // anonymouse namespace // Ctor Hint::Hint(std::string const& category, |
