Skip to content
Snippets Groups Projects
Verified Commit 927c340e authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Fix a compiler warning

parent 551500dc
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ where
_otherwise -> label_ $ lc_ elemLabel
div_ do
forM_ elemControls \ctrl@Control{..} -> do
forM_ elemControls \ctrl@Control{} -> do
viewControl_ ctrl
forM_ elemControls \Control{..} -> do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment