Skip to content

Commit

Permalink
fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenHilferink committed Aug 22, 2023
1 parent 48ab517 commit e11db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtgui/exe/src/DmsDetailPages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

void DmsDetailPages::setActiveDetailPage(ActiveDetailPage new_active_detail_page)
{
reportF(MsgCategory::commands, SeverityTypeID::ST_MinorTrace, "SowDetailPage %d", int(new_active_detail_page));
reportF(MsgCategory::commands, SeverityTypeID::ST_MinorTrace, "ShowDetailPage %d", int(new_active_detail_page));
m_active_detail_page = new_active_detail_page;
}

Expand Down

0 comments on commit e11db6f

Please sign in to comment.