X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.h;h=3f1fa1f73021fb32bbc3c20d7e312163116326e1;hb=74a8d26a8907c6e00e29f054178a3425f44e38ed;hp=f42236771efbb6e3a7f7c5d34c0865b2f6f4ac12;hpb=c2909b61d360510241ef37abd255269bd8aa9526;p=dcpomatic.git diff --git a/src/wx/server_dialog.h b/src/wx/server_dialog.h index f42236771..3f1fa1f73 100644 --- a/src/wx/server_dialog.h +++ b/src/wx/server_dialog.h @@ -25,15 +25,15 @@ class ServerDescription; class ServerDialog : public wxDialog { public: - ServerDialog (wxWindow *, ServerDescription *); + ServerDialog (wxWindow *, boost::shared_ptr); - ServerDescription* server () const; + boost::shared_ptr server () const; private: void host_changed (); void threads_changed (); - ServerDescription* _server; + boost::shared_ptr _server; wxTextCtrl* _host; wxSpinCtrl* _threads; };