Browse Source

Removed const specifier from getConfig()

release/0.19
Jessica James 8 years ago
parent
commit
1214862140
  1. 2
      Jupiter/Plugin.h

2
Jupiter/Plugin.h

@ -96,7 +96,7 @@ namespace Jupiter
* *
* @return Plugin's configuration file. * @return Plugin's configuration file.
*/ */
const Jupiter::Config &getConfig() const; Jupiter::Config &getConfig() const;
/** /**
* @brief Initializes the plugin. * @brief Initializes the plugin.

Loading…
Cancel
Save