Consistency.

This commit is contained in:
Jason Felds
2011-06-12 03:47:38 -04:00
parent 7acbe91683
commit fe9dfa26c4
+1 -1
View File
@@ -9,7 +9,7 @@
#include "NoteData.h"
#include "GameManager.h"
void Serialize(const BPMSegment &seg, Json::Value &root)
static void Serialize(const BPMSegment &seg, Json::Value &root)
{
root["Beat"] = seg.GetBeat();
root["BPM"] = seg.GetBPM();