Browse Source

Fixed a bug

release/0.19
Jessica James 8 years ago
parent
commit
57440f69f6
  1. 2
      Jupiter/Config.h

2
Jupiter/Config.h

@ -195,7 +195,7 @@ namespace Jupiter
*
* @return Reference to m_sections
*/
inline const SectionHashTable getSections() const { return m_sections; }
inline const SectionHashTable &getSections() const { return m_sections; }
/** Subscript operator */
Config &operator[](const Jupiter::ReadableString &in_key);

Loading…
Cancel
Save