Kaydet (Commit) 2b942719 authored tarafından Eike Rathke's avatar Eike Rathke

missing return

Change-Id: I84c37f4bffb51dbe05c0b8273c060851fd671659
üst e2e9f8a0
......@@ -1141,7 +1141,7 @@ SdPage* AnnotationManagerImpl::GetLastPage()
SdPage* AnnotationManagerImpl::GetCurrentPage()
{
if (mrBase.GetMainViewShell().get())
mrBase.GetMainViewShell()->getCurrentPage();
return mrBase.GetMainViewShell()->getCurrentPage();
return nullptr;
}
......
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