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/rendercontext.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compilerplugins/clang/rendercontext.cxx') diff --git a/compilerplugins/clang/rendercontext.cxx b/compilerplugins/clang/rendercontext.cxx index 2ea4a0c3380b..c0f3acf4f3cc 100644 --- a/compilerplugins/clang/rendercontext.cxx +++ b/compilerplugins/clang/rendercontext.cxx @@ -23,7 +23,8 @@ class RenderContext: public RecursiveASTVisitor, public loplugin::Plugin { public: - explicit RenderContext(InstantiationData const & data): Plugin(data) {} + explicit RenderContext(loplugin::InstantiationData const & data): + Plugin(data) {} virtual void run() override { TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); -- cgit