diff options
Diffstat (limited to 'include/connection.hpp')
-rw-r--r-- | include/connection.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connection.hpp b/include/connection.hpp index a26120c..1a6c11f 100644 --- a/include/connection.hpp +++ b/include/connection.hpp @@ -74,6 +74,7 @@ public: private: Instance &_instance; const string_view _baseuri; + const API _api; }; } // namespace mastodonpp |