summaryrefslogtreecommitdiff
path: root/src/Manager/InstallerManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Manager/InstallerManager.h')
-rwxr-xr-xsrc/Manager/InstallerManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Manager/InstallerManager.h b/src/Manager/InstallerManager.h
index f61dcef..9e4a05f 100755
--- a/src/Manager/InstallerManager.h
+++ b/src/Manager/InstallerManager.h
@@ -47,7 +47,7 @@ public:
int Request(const Osp::Base::String& path, InstallerOperation op, RequesterType requesterType, bool hybridService = false);
int RequestRecursiveDirectory(const Osp::Base::String& path, int& errorType);
- bool RemoveGarbage(const char* pDirectory);
+ bool RemoveGarbage(const Osp::Base::String& filePath);
int RequestByCommand(int argc, char **argv);
int ReqeustByTest(void);