summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2010-11-18 15:40:21 -0800
committerAndrew A. de Laix <alain@lindenlab.com>2010-11-18 15:40:21 -0800
commit86e84a1313f9fcb78b3e6b490dcf1604829ef175 (patch)
treedc5ef3ab178492acc7a0164918c6c1c0c163dff6 /indra/viewer_components
parent3625a0f2362d2285d925052aedc69d27713e416d (diff)
conform to coding standard.
Diffstat (limited to 'indra/viewer_components')
-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 3655136f3c..55824af188 100644
--- a/indra/viewer_components/updater/llupdaterservice.h
+++ b/indra/viewer_components/updater/llupdaterservice.h
@@ -44,7 +44,7 @@ public:
static std::string const & pumpName(void);
// Type codes for events posted by this service. Stored the event's 'type' element.
- enum UpdateEvent {
+ enum eUpdateEvent {
INVALID,
DOWNLOAD_COMPLETE,
DOWNLOAD_ERROR,