2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Removed Main::Session forward declaration from data_types.

This commit is contained in:
23rd
2021-08-31 14:50:49 +03:00
parent e6f0c176f7
commit eadd7704ef
9 changed files with 28 additions and 6 deletions

View File

@@ -17,6 +17,10 @@ namespace Dialogs {
class Entry;
} // namespace Dialogs
namespace Main {
class Session;
} // namespace Main
namespace Data {
namespace details {