Fix a bug. Add some destructors. comment out one that causes problems.

This commit is contained in:
Kevin Whitaker
2017-02-22 21:38:37 -05:00
parent 8bb9728039
commit 8992875180
10 changed files with 70 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ class PlayerInterface : public Wt::WContainerWidget
{
public:
PlayerInterface(WebInterface* app);
~PlayerInterface();
WebInterface* app;
Wt::WVBoxLayout* interfaceLayout;