Adding missing changed file.

Change-Id: Ifcc56c121bb13806a5a5e7fc4e6de6e36900867e

Former-commit-id: e68f56628f035ca2a20848a0e76f6efa8bbe1e8a
This commit is contained in:
Chip Gobs 2014-09-18 12:12:42 -04:00
parent bbc346e29e
commit 0d046a56e8

View file

@ -1278,4 +1278,9 @@ public class MPEDisplayManager {
return type;
}
public int getDisplayedAccumHrs() {
return displayedAccumHrs;
}
}