From 34c5fe6773525cba173bc3154721694d0d9ce808 Mon Sep 17 00:00:00 2001 From: Jaskowicz1 Date: Thu, 19 Oct 2023 10:53:54 +0100 Subject: [PATCH] fix: removed indentation on public/protected --- include/dpp/integration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/dpp/integration.h b/include/dpp/integration.h index 0cb04327d3..98d5cb507d 100644 --- a/include/dpp/integration.h +++ b/include/dpp/integration.h @@ -78,7 +78,7 @@ struct DPP_EXPORT integration_account { * @brief Represents an integration on a guild, e.g. a connection to twitch. */ class DPP_EXPORT integration : public managed, public json_interface { - protected: +protected: friend struct json_interface; /** Read class values from json object @@ -93,7 +93,7 @@ class DPP_EXPORT integration : public managed, public json_interface { - protected: +protected: friend struct json_interface; /** Read class values from json object @@ -157,7 +157,7 @@ class DPP_EXPORT connection : public json_interface { */ connection& fill_from_json_impl(nlohmann::json* j); - public: +public: std::string id; //!< id of the connection account std::string name; //!< the username of the connection account std::string type; //!< the service of the connection (twitch, youtube, discord, or guild_subscription)