diff Core/HttpServer/FilesystemHttpSender.cpp @ 1123:6c5a77637b23

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Sep 2014 15:59:04 +0200
parents ba5c0908600c
children 6e7e5ed91c2d
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpSender.cpp	Fri Sep 05 15:48:43 2014 +0200
+++ b/Core/HttpServer/FilesystemHttpSender.cpp	Fri Sep 05 15:59:04 2014 +0200
@@ -94,7 +94,7 @@
     Setup();
   }
 
-  FilesystemHttpSender::FilesystemHttpSender(const FileStorage& storage,
+  FilesystemHttpSender::FilesystemHttpSender(const FilesystemStorage& storage,
                                              const std::string& uuid)
   {
     path_ = storage.GetPath(uuid).string();