Make a functin without declaration static.
This commit is contained in:
parent
99f5c1dc0a
commit
af8f69ccb9
|
@ -850,7 +850,7 @@ void LoadFM2_binarychunk(MovieData& movieData, std::istream* fp, int size)
|
|||
|
||||
#include <sstream>
|
||||
|
||||
bool CheckFileExists(const char* filename)
|
||||
static bool CheckFileExists(const char* filename)
|
||||
{
|
||||
//This function simply checks to see if the given filename exists
|
||||
string checkFilename;
|
||||
|
|
Loading…
Reference in New Issue