Skip to content
Snippets Groups Projects
Commit 5c9dd94e authored by Aura Linden's avatar Aura Linden
Browse files

BOOL vs bool FIGHT

parent 3a72577f
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ struct LLDir_Dummy: public LLDir ...@@ -134,7 +134,7 @@ struct LLDir_Dummy: public LLDir
return 0; return 0;
} }
virtual BOOL fileExists(const std::string& pathname) const virtual bool fileExists(const std::string& pathname) const
{ {
// Record fileExists() calls so we can check whether caching is // Record fileExists() calls so we can check whether caching is
// working right. Certain LLDir calls should be able to make decisions // working right. Certain LLDir calls should be able to make decisions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment