GenericProperty: Remove useless const qualifier from return value

pull/1483/head
Turo Lamminen 2017-10-08 12:45:48 +03:00
parent 7e033c6cef
commit cd64eae590
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ inline void SetGenericPropertyPtr(std::map< unsigned int, T* >& list,
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
template <class T> template <class T>
inline const bool HasGenericProperty(const std::map< unsigned int, T >& list, inline bool HasGenericProperty(const std::map< unsigned int, T >& list,
const char* szName) const char* szName)
{ {
ai_assert(NULL != szName); ai_assert(NULL != szName);