From 9cb805a624709e66b686a3f0e981b10df4c895ca Mon Sep 17 00:00:00 2001 From: Chris Wiggins Date: Sat, 7 Sep 2013 10:19:34 +1200 Subject: [PATCH] Add missing function --- src/zm_event.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zm_event.h b/src/zm_event.h index 7029a9f5c..ed3e432b3 100644 --- a/src/zm_event.h +++ b/src/zm_event.h @@ -145,6 +145,10 @@ public: return( Event::getSubPath( localtime( time ) ) ); } + char* getEventDirectory(void){ + return path; + } + public: static int PreAlarmCount() {