Commit e45f20e7 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp: build fix.

parent 53e8222b
......@@ -249,7 +249,7 @@ wxPanel * VLMPanel::BroadcastPanel( wxWindow *parent )
broadcasts_sizer->Add( box_sizer, 0, wxEXPAND|wxALL, 5 );
wxStaticLine *static_line = new wxStaticLine( broadcasts_panel );
wxStaticLine *static_line = new wxStaticLine( broadcasts_panel, wxID_ANY );
broadcasts_sizer->Add( static_line, 0, wxEXPAND | wxALL, 5 );
scrolled_broadcasts = new wxScrolledWindow( broadcasts_panel, -1,
......
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