From 12148621407b86a5446f5ba2b5ca90519cf9c729 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Mon, 19 Dec 2016 20:34:15 -0500 Subject: [PATCH] Removed const specifier from getConfig() --- Jupiter/Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jupiter/Plugin.h b/Jupiter/Plugin.h index 0a6131b..39a6ba2 100644 --- a/Jupiter/Plugin.h +++ b/Jupiter/Plugin.h @@ -96,7 +96,7 @@ namespace Jupiter * * @return Plugin's configuration file. */ - const Jupiter::Config &getConfig() const; + Jupiter::Config &getConfig() const; /** * @brief Initializes the plugin.