Kaydet (Commit) a7d008a8 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#106732 the intent was surely to return a const ref

Change-Id: Iaaa1f76a689645adaebf4fe5b87003ad238f71f2
üst ebd43aee
......@@ -60,7 +60,7 @@ public:
return aObjectServerList.size();
}
const SvObjectServer operator[]( size_t n ) const
const SvObjectServer& operator[]( size_t n ) const
{
return aObjectServerList[ n ];
}
......
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