Fix linking error
This commit is contained in:
parent
3afc9c4ebe
commit
df7a9b80b1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,6 @@ CrashReporter::GetUploadedReports(const std::string& path) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(OS_MACOSX) && defined(MAS_BUILD)
|
|
||||||
void CrashReporter::InitBreakpad(const std::string& product_name,
|
void CrashReporter::InitBreakpad(const std::string& product_name,
|
||||||
const std::string& version,
|
const std::string& version,
|
||||||
const std::string& company_name,
|
const std::string& company_name,
|
||||||
|
@ -76,6 +75,7 @@ void CrashReporter::InitBreakpad(const std::string& product_name,
|
||||||
void CrashReporter::SetUploadParameters() {
|
void CrashReporter::SetUploadParameters() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(OS_MACOSX) && defined(MAS_BUILD)
|
||||||
// static
|
// static
|
||||||
CrashReporter* CrashReporter::GetInstance() {
|
CrashReporter* CrashReporter::GetInstance() {
|
||||||
static CrashReporter crash_reporter;
|
static CrashReporter crash_reporter;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue