modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / common / ignorelistmanager.h
index bd09608..79acff6 100644 (file)
@@ -66,7 +66,7 @@ public:
         /**
          * Construct an empty ignore rule
          */
-        IgnoreListItem() {}
+        IgnoreListItem() = default;
 
         /**
          * Construct an ignore rule with the given parameters