From 5f06438a97bcb5490abc672f6c25ae16b84b7ec2 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 11 Aug 2020 17:08:12 +0300 Subject: Buildfix --- indra/newview/llappviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 59f214d641..016919d218 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1014,7 +1014,7 @@ bool LLAppViewer::init() // Also part of backward compatibility is present in LLKeyConflictHandler to modify // legacy variables on changes in new system (to make sure we won't enforce // legacy values again if user dropped to defaults in new system) - if (LLVersionInfo::getChannelAndVersion() != gLastRunVersion + if (LLVersionInfo::getInstance()->getChannelAndVersion() != gLastRunVersion || !gDirUtilp->fileExists(key_bindings_file)) // if file is missing, assume that there were no changes by user yet { // copy mouse actions and voice key changes to new file -- cgit v1.2.3