diff options
Diffstat (limited to 'src/blob.cpp')
-rw-r--r-- | src/blob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blob.cpp b/src/blob.cpp index ed0e633..188c9c5 100644 --- a/src/blob.cpp +++ b/src/blob.cpp @@ -3,7 +3,7 @@ #include "blob.h" #include "repo.h" -GitFS::Blob::Blob(const Repo * r, const std::string & path) : +GitFS::Blob::Blob(const Repo * const r, const std::string & path) : repo(r), entry(Git::TreeEntryByPath(repo->tree, path)), blob(getBlob()), |