summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdaterservice.h
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-12-03 17:12:35 -0800
committerbrad kittenbrink <brad@lindenlab.com>2010-12-03 17:12:35 -0800
commitf70545382382182d7a65ff5c1945f9ef9897e196 (patch)
tree1fbe57d2cafa3c0600e2c399ed2e0d84fd22f60b /indra/viewer_components/updater/llupdaterservice.h
parent0ea483ce60c96d7f17cd461c617449f70a21d7a4 (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.h2
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();