HTMLFilter has been moved to pikotools library

This commit is contained in:
2021-07-17 13:42:04 +02:00
parent c5c02d7f44
commit 17bd48ece3
6 changed files with 7 additions and 2089 deletions

View File

@@ -83,7 +83,7 @@
#include "uptime.h"
#include "who.h"
#include "vim.h"
#include "core/htmlfilter.h"
#include "html/htmlfilter.h"
#include "core/winixrequest.h"
@@ -205,7 +205,7 @@ private:
SessionManager * session_manager;
std::wstring temp;
HTMLFilter html_filter;
pt::HTMLFilter html_filter;
std::wstring link_to_temp;
void CreateFunctions();