diff options
Diffstat (limited to 'linden/indra/newview/llagentlanguage.h')
-rw-r--r-- | linden/indra/newview/llagentlanguage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llagentlanguage.h b/linden/indra/newview/llagentlanguage.h index d86a8f1..d2be5f9 100644 --- a/linden/indra/newview/llagentlanguage.h +++ b/linden/indra/newview/llagentlanguage.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2006&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2006-2008, Linden Research, Inc. | 7 | * Copyright (c) 2006-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -32,7 +32,7 @@ | |||
32 | #ifndef LL_LLAGENTLANGUAGE_H | 32 | #ifndef LL_LLAGENTLANGUAGE_H |
33 | #define LL_LLAGENTLANGUAGE_H | 33 | #define LL_LLAGENTLANGUAGE_H |
34 | 34 | ||
35 | #include "llmemory.h" | 35 | #include "llmemory.h" // LLSingleton<> |
36 | #include "llevent.h" | 36 | #include "llevent.h" |
37 | 37 | ||
38 | class LLAgentLanguage: public LLSingleton<LLAgentLanguage>, public LLSimpleListener | 38 | class LLAgentLanguage: public LLSingleton<LLAgentLanguage>, public LLSimpleListener |