summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-21 21:05:19 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-21 21:05:19 +0200
commit9884f8d092d846605ebb9359a68317437b42f7b1 (patch)
tree9ed5df97a936533a9764fed2aba9c015804187fd /common.h
parente53424ba0ba5f75015bddf1fbaf2dadc5623fa7e (diff)
downloadvdr-plugin-text2skin-9884f8d092d846605ebb9359a68317437b42f7b1.tar.gz
vdr-plugin-text2skin-9884f8d092d846605ebb9359a68317437b42f7b1.tar.bz2
Commit static-std-string.diff (thx mini73)
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index f690776..2d91e16 100644
--- a/common.h
+++ b/common.h
@@ -35,7 +35,7 @@ class cRecording;
// helper functions
-const std::string &SkinPath(void);
+const std::string SkinPath(void);
const char *ChannelNumber(const cChannel *Channel, int Number);
const char *ChannelName(const cChannel *Channel, int Number);
const char *ChannelShortName(const cChannel *Channel, int Number);