Kaydet (Commit) 551e8e10 authored tarafından David Tardon's avatar David Tardon

fix typo

Change-Id: I326409a90162395150a72dcb108b180a07f1afb9
üst 136ae4bc
......@@ -786,7 +786,7 @@ SvTreeListEntry* SvTreeList::NextVisible(const SvListView* pView,SvTreeListEntry
if ( pView->IsExpanded(pActEntry) )
{
OSL_ENSURE(!pActEntry->mpChildren.empty(), "Pass entry is supposed to have child entries.");
OSL_ENSURE(!pActEntry->maChildren.empty(), "Pass entry is supposed to have child entries.");
nDepth++;
pActEntry = &pActEntry->maChildren[0];
......
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