summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2012-06-23 05:07:27 +0000
committerTim Mayberry <mojofunk@gmail.com>2012-06-23 05:07:27 +0000
commit28d7884eed20110af10a548cec7c559157dfe8c4 (patch)
tree7d3090b104a09782f2bf8e52f1619552cbe87f28 /libs/pbd/pbd/stateful.h
parentae066dc52a29bce9908389c1912313eaae099a1d (diff)
Replace PBD::sys::path use in PBD::Stateful
git-svn-id: svn://localhost/ardour2/branches/3.0@12843 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/stateful.h')
-rw-r--r--libs/pbd/pbd/stateful.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index 506d058773..36c6fe28c7 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -95,8 +95,8 @@ class Stateful {
protected:
- void add_instant_xml (XMLNode&, const sys::path& directory_path);
- XMLNode *instant_xml (const std::string& str, const sys::path& directory_path);
+ void add_instant_xml (XMLNode&, const std::string& directory_path);
+ XMLNode *instant_xml (const std::string& str, const std::string& directory_path);
void add_properties (XMLNode &);
PropertyChange set_values (XMLNode const &);