added missing semicolon. missed it in the check in somehow...

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-29 10:12:39 +00:00
parent 6e6ca0394b
commit 0856ddaeb2

View File

@@ -19,7 +19,7 @@ namespace
const float kDescriptionHorizontalBoxPadding = 5;
const float kDefaultFontScale = 1.0f;
const float kVerticalScrollSpeed = 7.0f
const float kVerticalScrollSpeed = 7.0f;
const int DETAILED_INFO_THRESHOLD = 20;
}