diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-09 21:57:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-09 21:57:35 +0100 |
| commit | f598e06928af82fee1d2b25bc4cf25f560478ad4 (patch) | |
| tree | d19de824ecc75ff188e6e0190a519e6edd9c2c64 /src/lib/spl.h | |
| parent | 71589ebfea5a7adc49f013d405b3158ea612222a (diff) | |
swaroop: restart playback after player crash.
Diffstat (limited to 'src/lib/spl.h')
| -rw-r--r-- | src/lib/spl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/spl.h b/src/lib/spl.h index 526016f45..5e1bd47b2 100644 --- a/src/lib/spl.h +++ b/src/lib/spl.h @@ -28,6 +28,9 @@ class SPLEntry; class SPL { public: + SPL () {} + SPL (boost::filesystem::path file); + void as_xml (boost::filesystem::path file) const; std::string name; |
