Clean away temporarily added using declarations
Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
This commit is contained in:
@@ -44,7 +44,8 @@ class RefCounting:
|
||||
public RecursiveASTVisitor<RefCounting>, public loplugin::Plugin
|
||||
{
|
||||
public:
|
||||
explicit RefCounting(InstantiationData const & data): Plugin(data) {}
|
||||
explicit RefCounting(loplugin::InstantiationData const & data): Plugin(data)
|
||||
{}
|
||||
|
||||
virtual void run() override { TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); }
|
||||
|
||||
|
Reference in New Issue
Block a user