Kaydet (Commit) e7cbf852 authored tarafından Michael Stahl's avatar Michael Stahl

sw: typo in SwpHintsArray::GetEnd()

Change-Id: I4ccf1cc5609ed4f2c70dbf396264e6caf16573c3
üst 370febbf
......@@ -123,7 +123,7 @@ public:
}
SwTxtAttr * GetEnd( const size_t nPos )
{
assert(nPos < m_HintStarts.size());
assert(nPos < m_HintEnds.size());
return m_HintEnds[nPos];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment