Skip to content
Snippets Groups Projects
Commit a7757f3d authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

MuonGeomTest: Fix placement of using directive.

Don't put a using directive in the global namespace in headers.
parent 0f65ce8c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
#include "GaudiKernel/NTuple.h"
#include "MuonReadoutGeometry/MuonReadoutElement.h"
using namespace MuonGM;
class MuonGMCheckCorners : public AthAlgorithm {
public:
......
......@@ -2,4 +2,4 @@
#include "../MuonGMNtupleWriter.h"
DECLARE_COMPONENT(MuonGMCheckCorners)
DECLARE_COMPONENT(MuonGMNtupleWriter)
DECLARE_COMPONENT(MuonGM::MuonGMNtupleWriter)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment