Skip to content
Snippets Groups Projects
Commit 46766554 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Fix for buildbot

Redmine: #2106
parent e828d538
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,6 @@ JobItem* FitComparisonWidget1D::jobItem()
Data1DViewItem* FitComparisonWidget1D::viewItem()
{
auto view_item = dynamic_cast<Data1DViewItem*>(jobItem()->dataItemView());
assert(view_item);
Q_ASSERT(view_item);
return view_item;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment