diff options
author | Logan Dethrow <log@lindenlab.com> | 2012-12-01 00:12:32 +0000 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2012-12-01 00:12:32 +0000 |
commit | 3e8fdb9daa5186d8f80f53c5e6f19c0ef95c2fda (patch) | |
tree | db5159e39c61529df8e245f8a4bc14ec5287dc0f | |
parent | 6cff95f8c74e5fd647edbb4b1fb502ee4fa9f81a (diff) |
Fixed previous commit.
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index 12edb055d2..39f8a36a6e 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -2648,7 +2648,7 @@ std::vector<std::string> LLWindowSDL::getDynamicFallbackFontList() // Sort the list of system fonts from most-to-least-desirable. FcResult result; fs = FcFontSort(NULL, sortpat, elide_unicode_coverage, - NULL, result); + NULL, &result); FcPatternDestroy(sortpat); } |