mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
make optional pointer really optional
llvm-svn: 29904
This commit is contained in:
parent
3c5fa40194
commit
5d7bd21c41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user