Remove global "using namespace std;" declarations, use "std::" prefixes on all std elements
Fix whitespace changes
This commit is contained in:
committed by
Martin Natano
parent
f0680a29fc
commit
0cba3579de
@@ -110,7 +110,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
static vector<RageFileReadAheadThread *> g_apReadAheads;
|
||||
static std::vector<RageFileReadAheadThread *> g_apReadAheads;
|
||||
|
||||
void RageFileManagerReadAhead::Init() { }
|
||||
void RageFileManagerReadAhead::Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user