Skip to content

Commit

Permalink
Fix some compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Jun 7, 2016
1 parent 2d6ce5e commit 0ca4108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/dialogs/network_transmission.hpp
Expand Up @@ -42,6 +42,7 @@ class tnetwork_transmission : public tdialog
virtual bool finished() = 0;
virtual void cancel() = 0;
virtual void poll() = 0;
virtual ~connection_data() {}
};
private:
connection_data* connection_;
Expand Down

0 comments on commit 0ca4108

Please sign in to comment.