From bf73a19e11e5cccd22f58a5c97e1346dab5587c8 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Thu, 3 Aug 2023 17:23:33 +0200 Subject: Create an Archive base class This class is inherited by MastodonArchive to provide Mastodon (and compatible) archive reading support. A base Archive class allows implementing reading support of other archive formats that are from other services. --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 162e6bf..fced119 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -6,7 +6,7 @@ #include #include -#include "archive_parser.h" +#include "archive/base_archive.h" #include "types.h" #include "command_line.h" #include "finddialog.h" -- cgit v1.2.3-54-g00ecf