summaryrefslogtreecommitdiff
path: root/live.h
diff options
context:
space:
mode:
Diffstat (limited to 'live.h')
-rw-r--r--live.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/live.h b/live.h
index 3239bc7..93e441d 100644
--- a/live.h
+++ b/live.h
@@ -6,6 +6,7 @@
#include <vdr/config.h>
#include <vdr/plugin.h>
#include "thread.h"
+#include "autoptr.h"
namespace vdrlive {
@@ -33,7 +34,7 @@ private:
static std::string m_configDirectory;
static std::string m_resourceDirectory;
- std::auto_ptr< ServerThread > m_thread;
+ AUTO_PTR< ServerThread > m_thread;
};
} // namespace vdrlive