modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / common / highlightrulemanager.h
index 5a2d4a8..0db44fc 100644 (file)
@@ -61,7 +61,7 @@ public:
         /**
          * Construct an empty highlight rule
          */
-        HighlightRule() {}
+        HighlightRule() = default;
 
         /**
          * Construct a highlight rule with the given parameters