diff options
Diffstat (limited to 'src/repository.h')
| -rw-r--r-- | src/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h index edd04b7..171b3b7 100644 --- a/src/repository.h +++ b/src/repository.h @@ -70,7 +70,7 @@ public: private: struct Branch { - uint created; + int created; }; QHash<QString, Branch> branches; |
