changed type of on_revision value parameter to uint64_t
This commit is contained in:
@@ -31,7 +31,7 @@ std::vector<column> column_generator::generate( const object::repository& scm, c
|
||||
return columns;
|
||||
}
|
||||
|
||||
void column_generator::on_revision(const char *id, unsigned long long int &)
|
||||
void column_generator::on_revision(const char *id, uint64_t &)
|
||||
{
|
||||
if (has_many_to_many_) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user