diff options
Diffstat (limited to 'live.h')
-rw-r--r-- | live.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |