Skip to content

Commit b0bc016

Browse files
davidrohrdberzano
authored andcommitted
Fix Typo
1 parent be9fe53 commit b0bc016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/FrameworkGUIDebugger.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ std::function<void(void)> getGUIDebugger(const std::vector<DeviceInfo>& infos, c
544544
static gui::WorkspaceGUIState globalGUIState;
545545
gui::WorkspaceGUIState& guiState = globalGUIState;
546546
guiState.selectedMetric = -1;
547-
guiState.metricMaxRange = 0UI;
547+
guiState.metricMaxRange = 0UL;
548548
guiState.metricMinRange = -1;
549549
// FIXME: this should probaly have a better mapping between our window state and
550550
guiState.devices.resize(infos.size());

0 commit comments

Comments
 (0)