From 9884f8d092d846605ebb9359a68317437b42f7b1 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 21 May 2017 21:05:19 +0200 Subject: Commit static-std-string.diff (thx mini73) --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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); -- cgit v1.2.3