diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2010-10-29 15:26:33 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2010-10-29 15:26:33 -0400 |
| commit | 8bdd99436580772b825a1e99ae5cf37d20163a8c (patch) | |
| tree | f1f4ff5687ca488c86fb96c7f5f3a966c594d659 /indra/viewer_components | |
| parent | ca9594af28ce2e1cc8bb333a0fa7384dae718a9a (diff) | |
Fix #endif SYMBOL (breaks Linux build)
Diffstat (limited to 'indra/viewer_components')
| -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 6459ca49f8..313ae8ada3 100644 --- a/indra/viewer_components/updater/llupdaterservice.h +++ b/indra/viewer_components/updater/llupdaterservice.h @@ -58,4 +58,4 @@ private: boost::shared_ptr<LLUpdaterServiceImpl> mImpl; }; -#endif LL_UPDATERSERVICE_H +#endif // LL_UPDATERSERVICE_H |
