diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-06-30 01:27:25 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-30 01:27:25 +1000 |
| commit | e388f01e1164aaaeca0f9375f4ad0288539122c5 (patch) | |
| tree | ce56e22b12f67599111e219feac2a3c8a3bb98b3 /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | f151570b2d4bdb5a45fd2bba76093040a79e98a7 (diff) | |
| parent | 5f0b4d8da5a852774a18f85707c064665974b701 (diff) | |
Merge pull request #8215 from CookiePLMonster/appverifier-sanitize
Fixed various errors spotted with Application Verifier
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 1b35ac8809..711583f736 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -202,7 +202,7 @@ int main(int argc, char* argv[]) sigaction(SIGINT, &sa, nullptr); sigaction(SIGTERM, &sa, nullptr); - DolphinAnalytics::Instance()->ReportDolphinStart("nogui"); + DolphinAnalytics::Instance().ReportDolphinStart("nogui"); if (!BootManager::BootCore(std::move(boot), s_platform->GetWindowSystemInfo())) { |
