Skip to content

Commit

Permalink
GRAPHICS: DECLARE_SINGLETON already puts its argument into namespace …
Browse files Browse the repository at this point in the history
…Common

Doing it twice raises an error on MSVC (declaring an object outside
the "current" namespace, which ends up being Common::Common)
  • Loading branch information
darkstar authored and DrMcCoy committed Jan 14, 2013
1 parent 5f808a3 commit 92ca6a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graphics/yuv_to_rgb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@

#include "graphics/yuv_to_rgb.h"

namespace Common {
DECLARE_SINGLETON(Graphics::YUVToRGBManager);
}

namespace Graphics {

Expand Down

0 comments on commit 92ca6a1

Please sign in to comment.