modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / common / expressionmatch.h
index a22b34b..689d14f 100644 (file)
@@ -45,7 +45,7 @@ public:
     /**
      * Construct an empty ExpressionMatch
      */
-    ExpressionMatch() {}
+    ExpressionMatch() = default;
 
     /**
      * Construct an Expression match with the given parameters