diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-12-03 17:12:35 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-12-03 17:12:35 -0800 |
commit | f70545382382182d7a65ff5c1945f9ef9897e196 (patch) | |
tree | 1fbe57d2cafa3c0600e2c399ed2e0d84fd22f60b /indra/viewer_components/updater/llupdaterservice.h | |
parent | 0ea483ce60c96d7f17cd461c617449f70a21d7a4 (diff) |
Fix for coding standard violations and build error on windows.
Diffstat (limited to 'indra/viewer_components/updater/llupdaterservice.h')
-rw-r--r-- | indra/viewer_components/updater/llupdaterservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h index 3763fbfde0..8b76a9d1e7 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -63,7 +63,7 @@ public: INSTALLING, UP_TO_DATE, TERMINAL, - ERROR + FAILURE }; LLUpdaterService(); |