Merge pull request #24 from GxvgiuU/shared_mmap-constructor

Fix shared_mmap constructor method
This commit is contained in:
mandreyel 2018-10-21 17:30:51 +02:00 committed by GitHub
commit 2dbf5d3050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ private:
}
else
{
pimpl_->map(token, offset, length, AccessMode, error);
pimpl_->map(token, offset, length, error);
}
}
};