diff --git a/stepmania/src/HoldJudgment.cpp b/stepmania/src/HoldJudgment.cpp index 54ae8a3f1b..94d511fd2a 100644 --- a/stepmania/src/HoldJudgment.cpp +++ b/stepmania/src/HoldJudgment.cpp @@ -5,8 +5,8 @@ #include "ThemeManager.h" #include "ThemeMetric.h" -ThemeMetric OK_COMMAND ("HoldJudgment","OKCommand"); -ThemeMetric NG_COMMAND ("HoldJudgment","NGCommand"); +static ThemeMetric OK_COMMAND ("HoldJudgment","OKCommand"); +static ThemeMetric NG_COMMAND ("HoldJudgment","NGCommand"); HoldJudgment::HoldJudgment()