From 603aafd44f65af6230917985e4c93f518f7a4798 Mon Sep 17 00:00:00 2001 From: lado Date: Fri, 23 Mar 2012 10:20:20 +0100 Subject: Timer stuff --- vdr-vdrmanager/helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdr-vdrmanager/helpers.h') diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index 073a76c..6019438 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include using namespace std; @@ -60,6 +60,6 @@ private: static int RecordingLengthInSeconds(cRecording* recording); static string ConvertWeekdays(int v); static int ConvertWeekdays(string v); - static stack ConvertToBinary(int v); + static queue ConvertToBinary(int v); }; -- cgit v1.2.3