summaryrefslogtreecommitdiff
path: root/util/epist/screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/screen.cc')
-rw-r--r--util/epist/screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc
index 56f64f0c..2a4d5a70 100644
--- a/util/epist/screen.cc
+++ b/util/epist/screen.cc
@@ -453,7 +453,7 @@ void screen::updateActiveWindow() {
}
-void screen::execCommand(const std::string &cmd) const {
+void screen::execCommand(const string &cmd) const {
pid_t pid;
if ((pid = fork()) == 0) {
extern char **environ;