~ci-train-bot/unity/unity-ubuntu-artful-2740

« back to all changes in this revision

Viewing changes to dash/previews/StandaloneMusicPreview.cpp

  • Committer: Tarmac
  • Author(s): Tim Penhey
  • Date: 2012-10-29 11:41:41 UTC
  • mfrom: (2866.1.1 non-static-logging)
  • Revision ID: tarmac-20121029114141-l8l35kjt17kbncb0
Update unity to use the new nux logging changes.  Sanitise the logger module names.. Approved by Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
using namespace unity;
47
47
using namespace unity::dash;
48
48
 
49
 
namespace
50
 
{
51
 
nux::logging::Logger logger("unity.dash.StandaloneMusicPreview");
52
 
}
 
49
DECLARE_LOGGER(logger, "unity.dash.preview.standalone");
53
50
 
54
51
class DummyView : public nux::View
55
52
{