diff options
author | Alain Linden <alain@lindenlab.com> | 2011-01-31 15:55:42 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-01-31 15:55:42 -0800 |
commit | 48bf6b19b36a3ff3f5b3d440d511a0e3dba3d768 (patch) | |
tree | 7540cf71c2c9fe04c80debb88ddeaa2a69003bdc /indra/newview/lltranslate.cpp | |
parent | 3a782eb733c4fea3f2f70e3ab368ed1c2188a8a7 (diff) |
build uses latest jsoncpp package with new layout.
Diffstat (limited to 'indra/newview/lltranslate.cpp')
-rw-r--r-- | indra/newview/lltranslate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltranslate.cpp b/indra/newview/lltranslate.cpp index 8ccfdb071b..7731a98778 100644 --- a/indra/newview/lltranslate.cpp +++ b/indra/newview/lltranslate.cpp @@ -39,7 +39,7 @@ #include "llversioninfo.h" #include "llviewercontrol.h" -#include "jsoncpp/reader.h" +#include "reader.h" // These two are concatenated with the language specifiers to form a complete Google Translate URL const char* LLTranslate::m_GoogleURL = "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q="; |