aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/cpp/blaze_abrupt_exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/blaze_abrupt_exit.h b/src/main/cpp/blaze_abrupt_exit.h
index 15b9fed641..df1422f9b2 100644
--- a/src/main/cpp/blaze_abrupt_exit.h
+++ b/src/main/cpp/blaze_abrupt_exit.h
@@ -20,7 +20,7 @@
namespace blaze {
-class GlobalVariables;
+struct GlobalVariables;
// Returns the exit code to use for when the Blaze server exits abruptly.
int GetExitCodeForAbruptExit(const GlobalVariables& globals);