Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using namespace rather than namespace scope quote.
  • Loading branch information
ulion committed Feb 24, 2013
1 parent 5278fb7 commit b50636f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xbmc/filesystem/CacheStrategy.cpp
Expand Up @@ -32,7 +32,7 @@
#include "PlatformDefs.h" //for PRIdS, PRId64
#endif

namespace XFILE {
using namespace XFILE;

CCacheStrategy::CCacheStrategy() : m_bEndOfInput(false)
{
Expand Down Expand Up @@ -247,4 +247,3 @@ void CSimpleFileCache::EndOfInput()
m_hDataAvailEvent->Set();
}

}

0 comments on commit b50636f

Please sign in to comment.