X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnickhighlightmatcher.h;h=ec4df0d54a59aff9ab49df97ae760df9f508db65;hp=e6757b7d1e4fad2836e39795b7db201dd8272855;hb=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;hpb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a diff --git a/src/common/nickhighlightmatcher.h b/src/common/nickhighlightmatcher.h index e6757b7d..ec4df0d5 100644 --- a/src/common/nickhighlightmatcher.h +++ b/src/common/nickhighlightmatcher.h @@ -20,6 +20,8 @@ #pragma once +#include "common-export.h" + #include #include #include @@ -30,7 +32,7 @@ /** * Nickname matcher with automatic caching for performance */ -class NickHighlightMatcher +class COMMON_EXPORT NickHighlightMatcher { public: /// Nickname highlighting mode @@ -45,7 +47,7 @@ public: /** * Construct an empty NicknameMatcher */ - NickHighlightMatcher() {} + NickHighlightMatcher() = default; /** * Construct a configured NicknameMatcher