From c19bbba7d71112de11c708250176481ca5828baf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Aug 2006 07:11:54 +0000 Subject: [PATCH] make optional pointer really optional git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29904 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/MappedFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h index 8cd926bc143..f82d6fe9429 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 -- 2.34.1