diff --git a/Jupiter/Config.h b/Jupiter/Config.h index 5e908c7..e10a5d7 100644 --- a/Jupiter/Config.h +++ b/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);