summaryrefslogtreecommitdiff
path: root/src/lib/spl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-09 21:57:35 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-09 21:57:35 +0100
commitf598e06928af82fee1d2b25bc4cf25f560478ad4 (patch)
treed19de824ecc75ff188e6e0190a519e6edd9c2c64 /src/lib/spl.h
parent71589ebfea5a7adc49f013d405b3158ea612222a (diff)
swaroop: restart playback after player crash.
Diffstat (limited to 'src/lib/spl.h')
-rw-r--r--src/lib/spl.h3
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;