diff options
Diffstat (limited to 'src/blob.h')
-rw-r--r-- | src/blob.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ namespace GitFS { class Repo; class Blob : public File { public: - Blob(const Repo * const r, const std::string &); + Blob(const Repo * const r, std::string &&); void close(const ::Ice::Current& current) override; Attr fgetattr(ReqEnv env, const ::Ice::Current& current) override; |