summaryrefslogtreecommitdiff
path: root/tools/preproc/c_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/preproc/c_file.h')
-rw-r--r--tools/preproc/c_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preproc/c_file.h b/tools/preproc/c_file.h
index ddd57fd84..7369aba85 100644
--- a/tools/preproc/c_file.h
+++ b/tools/preproc/c_file.h
@@ -47,7 +47,7 @@ private:
bool ConsumeNewline();
void SkipWhitespace();
void TryConvertString();
- std::unique_ptr<unsigned char[]> CFile::ReadWholeFile(const std::string& path, int& size);
+ std::unique_ptr<unsigned char[]> ReadWholeFile(const std::string& path, int& size);
bool CheckIdentifier(const std::string& ident);
void TryConvertIncbin();
void ReportDiagnostic(const char* type, const char* format, std::va_list args);