diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index b80a286..083a082 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -190,7 +190,7 @@ | |||
190 | #include "llwaterparammanager.h" | 190 | #include "llwaterparammanager.h" |
191 | #include "llagentlanguage.h" | 191 | #include "llagentlanguage.h" |
192 | #include "llsocks5.h" | 192 | #include "llsocks5.h" |
193 | #include "viewerversion.h" | 193 | #include "viewerinfo.h" |
194 | 194 | ||
195 | #include "lgghunspell_wrapper.h" | 195 | #include "lgghunspell_wrapper.h" |
196 | #include "jcfloater_animation_list.h" | 196 | #include "jcfloater_animation_list.h" |
@@ -533,9 +533,9 @@ bool idle_startup() | |||
533 | if(!start_messaging_system( | 533 | if(!start_messaging_system( |
534 | message_template_path, | 534 | message_template_path, |
535 | port, | 535 | port, |
536 | ViewerVersion::getLLMajorVersion(), | 536 | ViewerInfo::versionMajor(), |
537 | ViewerVersion::getLLMinorVersion(), | 537 | ViewerInfo::versionMinor(), |
538 | ViewerVersion::getLLPatchVersion(), | 538 | ViewerInfo::versionPatch(), |
539 | FALSE, | 539 | FALSE, |
540 | std::string(), | 540 | std::string(), |
541 | responder, | 541 | responder, |