summaryrefslogtreecommitdiff
path: root/live.h
diff options
context:
space:
mode:
Diffstat (limited to 'live.h')
-rw-r--r--live.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/live.h b/live.h
index bf874be..24b981d 100644
--- a/live.h
+++ b/live.h
@@ -38,7 +38,7 @@ private:
static std::string m_configDirectory;
static std::string m_resourceDirectory;
- AUTO_PTR< ServerThread > m_thread;
+ std::unique_ptr< ServerThread > m_thread;
};
} // namespace vdrlive