aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/child-event-qobject-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/child-event-qobject-cast.h')
-rw-r--r--src/checks/level1/child-event-qobject-cast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checks/level1/child-event-qobject-cast.h b/src/checks/level1/child-event-qobject-cast.h
index 138d7cae..d21a08b0 100644
--- a/src/checks/level1/child-event-qobject-cast.h
+++ b/src/checks/level1/child-event-qobject-cast.h
@@ -28,10 +28,10 @@
/**
* See README-child-event-qobject-cast for more info.
*/
-class ChildEvent_qobject_cast : public CheckBase
+class ChildEventQObjectCast : public CheckBase
{
public:
- explicit ChildEvent_qobject_cast(const std::string &name, ClazyContext *context);
+ explicit ChildEventQObjectCast(const std::string &name, ClazyContext *context);
void VisitDecl(clang::Decl *decl) override;
private:
};