aboutsummaryrefslogtreecommitdiff
path: root/subprojects/plugin_hostlist/plugin/plugin.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-23 16:50:01 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-23 16:50:01 +0300
commit54cc702419163c416e5511f487fcb80cb37b2561 (patch)
treec93ef759f2973bb4149b806ee4da055a749a5222 /subprojects/plugin_hostlist/plugin/plugin.cpp
parentRemove plugin_hostlist:interface (diff)
downloadsmolbote-54cc702419163c416e5511f487fcb80cb37b2561.tar.xz
plugin_hostlist: add fuzzer
Diffstat (limited to 'subprojects/plugin_hostlist/plugin/plugin.cpp')
-rw-r--r--subprojects/plugin_hostlist/plugin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/plugin_hostlist/plugin/plugin.cpp b/subprojects/plugin_hostlist/plugin/plugin.cpp
index 2399510..28a7706 100644
--- a/subprojects/plugin_hostlist/plugin/plugin.cpp
+++ b/subprojects/plugin_hostlist/plugin/plugin.cpp
@@ -7,7 +7,7 @@
*/
#include "plugin.h"
-#include "filterlist.hpp"
+#include "filterlist.h"
FilterList* HostlistFilterPlugin::load(QIODevice &from) const
{