summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/system_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/system_exec.h')
-rw-r--r--libs/pbd/pbd/system_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/system_exec.h b/libs/pbd/pbd/system_exec.h
index 07f7d139a7..d5b14c8273 100644
--- a/libs/pbd/pbd/system_exec.h
+++ b/libs/pbd/pbd/system_exec.h
@@ -115,7 +115,7 @@ class LIBPBD_API SystemExec
virtual ~SystemExec ();
- std::string GetString();
+ std::string to_s() const;
/** fork and execute the given program
*