Fix LocalFolder type mismatch

This commit is contained in:
Eric Kotato 2022-02-16 06:32:19 +03:00
parent af7bb88377
commit f4d2b0e592

View file

@ -19,7 +19,7 @@ class Key;
namespace Data {
class Session;
class LocalFolder;
struct LocalFolder;
class ChatFilter final {
public: