Fix some warnings.

The enum type was not hurting anyone, since the values were the same.
This commit is contained in:
Unknown W. Brackets
2016-09-10 20:32:37 -07:00
parent 0b8a3e8c26
commit 29f5763d32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ handleELF:
// ILOG("Completed writing info for %s", info_->GetTitle().c_str());
}
virtual float priority() {
float priority() override {
return info_->lastAccessedTime;
}