diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-18 15:40:21 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-18 15:40:21 -0800 |
commit | 86e84a1313f9fcb78b3e6b490dcf1604829ef175 (patch) | |
tree | dc5ef3ab178492acc7a0164918c6c1c0c163dff6 /indra | |
parent | 3625a0f2362d2285d925052aedc69d27713e416d (diff) |
conform to coding standard.
Diffstat (limited to 'indra')
-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 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, |