diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-09 13:58:49 +0200 |
| commit | fb6e245fa03e5720b8f8fdea3e2228536b22d5cf (patch) | |
| tree | 057e3edb7fcf6d297919e38696182d6b99bab6cd /src/wx/playlist_controls.h | |
| parent | 4237e4a2029eb2035cf8a5fda3e71dbe65ffa989 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/wx/playlist_controls.h')
| -rw-r--r-- | src/wx/playlist_controls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h index 57a84c128..bc283f288 100644 --- a/src/wx/playlist_controls.h +++ b/src/wx/playlist_controls.h @@ -18,11 +18,14 @@ */ + #include "controls.h" #include "lib/spl.h" + class DCPContent; + class PlaylistControls : public Controls { public: |
