summaryrefslogtreecommitdiff
path: root/src/lib/spl.h
diff options
context:
space:
mode:
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;