From 4cb13a7cc3d926805528671db2ba268c8c3cf2c2 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 20 Oct 2017 14:40:46 -0400 Subject: [PATCH] cmScore.h : Documented varlues of kXXXVarScId's --- app/cmScore.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/cmScore.h b/app/cmScore.h index f41965a..853963d 100644 --- a/app/cmScore.h +++ b/app/cmScore.h @@ -57,11 +57,11 @@ extern "C" { // cmScoreSection_t.vars[]. enum { - kInvalidVarScId, - kEvenVarScId, - kDynVarScId, - kTempoVarScId, - kScVarCnt + kInvalidVarScId, // 0 + kEvenVarScId, // 1 + kDynVarScId, // 2 + kTempoVarScId, // 3 + kScVarCnt }; struct cmScoreLoc_str;