diff options
-rw-r--r-- | include/llvm/System/MappedFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index 8cd926bc14..f82d6fe942 100644 --- a/include/llvm/System/MappedFile.h +++ b/include/llvm/System/MappedFile.h @@ -123,7 +123,7 @@ namespace sys { /// occurred. /// @brief Map the file into memory. void* map( - std::string* ErrMsg ///< Optional error string pointer + std::string* ErrMsg = 0///< Optional error string pointer ); /// This method causes the size of the file, and consequently the size |