]> git.sesse.net Git - vlc/commitdiff
dash: Remove unrequired (and invalid on some compiler) namespace
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Thu, 16 Oct 2014 18:13:49 +0000 (20:13 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Fri, 24 Oct 2014 15:09:47 +0000 (17:09 +0200)
modules/stream_filter/dash/http/HTTPConnectionManager.cpp

index a1c63abb17510742415f5ac1588b96a2747902cd..7bdc14420ee79bd53b6d70431b940b386962e468 100644 (file)
@@ -35,7 +35,7 @@ const size_t    HTTPConnectionManager::PIPELINE               = 80;
 const size_t    HTTPConnectionManager::PIPELINELENGTH         = 2;
 const uint64_t  HTTPConnectionManager::CHUNKDEFAULTBITRATE    = 1;
 
-HTTPConnectionManager::HTTPConnectionManager    (logic::IAdaptationLogic *adaptationLogic, stream_t *stream) :
+HTTPConnectionManager::HTTPConnectionManager    (IAdaptationLogic *adaptationLogic, stream_t *stream) :
                        adaptationLogic          (adaptationLogic),
                        stream                   (stream),
                        chunkCount               (0),