summaryrefslogtreecommitdiff
path: root/client/miav_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/miav_client.cc')
-rw-r--r--client/miav_client.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/miav_client.cc b/client/miav_client.cc
index 81cde56..e34eaf6 100644
--- a/client/miav_client.cc
+++ b/client/miav_client.cc
@@ -45,10 +45,9 @@ int main(int argc, char *argv[])
InfoGui info(MIaV::config);
MIaV::initInfo(&info);
- MainWindow mainwindow;
-
NetworkSender sender;
Decoder decoder;
+ MainWindow mainwindow(&decoder);
Player player(mainwindow.getVideoWidget(), &decoder);
int fps = 24;