modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / common / expressionmatch.h
index 2712778..689d14f 100644 (file)
@@ -20,6 +20,8 @@
 
 #pragma once
 
+#include "common-export.h"
+
 #include <QRegularExpression>
 #include <QString>
 #include <QStringList>
@@ -27,7 +29,7 @@
 /**
  * Expression matcher with multiple modes of operation and automatic caching for performance
  */
-class ExpressionMatch
+class COMMON_EXPORT ExpressionMatch
 {
 
 public:
@@ -43,7 +45,7 @@ public:
     /**
      * Construct an empty ExpressionMatch
      */
-    ExpressionMatch() {}
+    ExpressionMatch() = default;
 
     /**
      * Construct an Expression match with the given parameters