Clean away temporarily added using declarations
Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
This commit is contained in:
@@ -14,7 +14,8 @@ namespace {
|
||||
|
||||
class IncludeForm final: public PPCallbacks, public loplugin::RewritePlugin {
|
||||
public:
|
||||
explicit IncludeForm(InstantiationData const & data): RewritePlugin(data)
|
||||
explicit IncludeForm(loplugin::InstantiationData const & data):
|
||||
RewritePlugin(data)
|
||||
{ compat::addPPCallbacks(compiler.getPreprocessor(), this); }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user