summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/bodynotinblock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/bodynotinblock.hxx')
-rw-r--r--compilerplugins/clang/bodynotinblock.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/bodynotinblock.hxx b/compilerplugins/clang/bodynotinblock.hxx
index 3cfc9bafc8d5..e8d35dd58480 100644
--- a/compilerplugins/clang/bodynotinblock.hxx
+++ b/compilerplugins/clang/bodynotinblock.hxx
@@ -22,7 +22,7 @@ class BodyNotInBlock
{
public:
explicit BodyNotInBlock( ASTContext& context );
- void run();
+ virtual void run();
bool VisitFunctionDecl( FunctionDecl* declaration );
private:
typedef vector< const Stmt* > StmtParents;