mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
* Updated breakpad to latest version.
This commit is contained in:
2
thirdparty/breakpad/common/linux/file_id.h
vendored
2
thirdparty/breakpad/common/linux/file_id.h
vendored
@@ -57,7 +57,7 @@ class FileID {
|
||||
// Load the identifier for the elf file mapped into memory at |base| into
|
||||
// |identifier|. Return false if the identifier could not be created for the
|
||||
// file.
|
||||
static bool ElfFileIdentifierFromMappedFile(void* base,
|
||||
static bool ElfFileIdentifierFromMappedFile(const void* base,
|
||||
uint8_t identifier[kMDGUIDSize]);
|
||||
|
||||
// Convert the |identifier| data to a NULL terminated string. The string will
|
||||
|
Reference in New Issue
Block a user