Various Doxygen fixes.
[dcpomatic.git] / src / wx / audio_dialog.h
index 37d4256247ee26cf1248aa84bdb25e7c0693cf70..41be90b79ed6d4074b49a0a55bc93bf1d02c8583 100644 (file)
@@ -31,7 +31,7 @@ class Film;
 class AudioDialog : public wxDialog
 {
 public:
-       AudioDialog (wxWindow *, boost::shared_ptr<Film> film, boost::shared_ptr<Content> content = boost::shared_ptr<Content> ());
+       AudioDialog (wxWindow* parent, boost::shared_ptr<Film> film, boost::shared_ptr<Content> content = boost::shared_ptr<Content> ());
 
        bool Show (bool show = true);