summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorherrlado <herrlado@gmail.com>2011-10-30 21:24:04 +0100
committerherrlado <herrlado@gmail.com>2011-10-30 21:24:04 +0100
commit64dd9cd1bf9b2996370a88e64f03b9e988989453 (patch)
tree55125cfccaba49fe1ef7900e9ebf156d458d7f37 /vdr-vdrmanager/helpers.h
parentadb42eefadce2d319b4eee43c093cc5b609c9c20 (diff)
downloadvdr-manager-64dd9cd1bf9b2996370a88e64f03b9e988989453.tar.gz
vdr-manager-64dd9cd1bf9b2996370a88e64f03b9e988989453.tar.bz2
#765, string replace from live plugin, search now only in events with sto > now
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index 83e3630..4650b65 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -41,6 +41,6 @@ private:
static string ToText(cTimer * timer);
static string ToText(cRecording * recording);
static string GetAudioTracks(const cChannel* channel);
- static string replaceAll(string where, string what, string replacement);
+ static string replaceAll(const string& where, const string& what, const string& replacement);
static string UnMapSpecialChars(string text);
};