From b35bb38f18fd94aa67af944f76b820d59380b78b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Nov 2017 11:50:47 +0100 Subject: Clean away temporarily added using declarations Change-Id: I26734c13515394162d88351a1cbe2b20abdac865 --- compilerplugins/clang/refcounting.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins/clang/refcounting.cxx') diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index 05d7fe943b62..8091fb3ee0cd 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -44,7 +44,8 @@ class RefCounting: public RecursiveASTVisitor, 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()); } -- cgit