diff options
author | Aura Linden <aura@lindenlab.com> | 2012-12-06 21:00:37 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-12-06 21:00:37 -0800 |
commit | e21275f3562950ae5e5acde8e6f4f631d6c7f1b9 (patch) | |
tree | 7cf220d55f9b0e791288dcafe1eafb6011157041 /indra/mac_updater/mac_updater.h | |
parent | 9085dc3e84b66e9f3802ebaf23dedb5891c39065 (diff) |
Fixed several minor issues with validation.
Diffstat (limited to 'indra/mac_updater/mac_updater.h')
-rw-r--r-- | indra/mac_updater/mac_updater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/mac_updater/mac_updater.h b/indra/mac_updater/mac_updater.h index 756f46f996..758d2750aa 100644 --- a/indra/mac_updater/mac_updater.h +++ b/indra/mac_updater/mac_updater.h @@ -34,7 +34,7 @@ extern bool gCancelled; extern bool gFailure; void *updatethreadproc(void*); -std::string* walkParents( unsigned int depth, std::string* childpath ); +std::string* walkParents( signed int depth, std::string* childpath ); std::string* getUserTrashFolder(); void setProgress(int cur, int max); @@ -55,7 +55,7 @@ class LLMacUpdater public: LLMacUpdater(); void doUpdate(); - const std::string walkParents( unsigned int depth, const std::string& childpath ); + const std::string walkParents( signed int depth, const std::string& childpath ); bool isApplication(const std::string& app_str); void filterFile(const char* filename); |