01-04-2010, 10:30 AM
Ahhh, I get it... I does look bit weird but as you said, I'm now able to read it normal.....
Lines like those was a small pain... but yeah it's history ;)
Lines like those was a small pain... but yeah it's history ;)
Code:
inline bool operator==(
const unsigned int hash //!< String to compare against
) const { return (m_hash == hash); }