aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llcharacter.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcharacter/llcharacter.h')
-rw-r--r--linden/indra/llcharacter/llcharacter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llcharacter.h b/linden/indra/llcharacter/llcharacter.h
index 6f4fe17..90824aa 100644
--- a/linden/indra/llcharacter/llcharacter.h
+++ b/linden/indra/llcharacter/llcharacter.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 5 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -127,7 +128,7 @@ public:
127 // updates all visual parameters for this character 128 // updates all visual parameters for this character
128 virtual void updateVisualParams(); 129 virtual void updateVisualParams();
129 130
130 virtual void addDebugText( const char* text ) = 0; 131 virtual void addDebugText( const std::string& text ) = 0;
131 132
132 virtual const LLUUID& getID() = 0; 133 virtual const LLUUID& getID() = 0;
133 //------------------------------------------------------------------------- 134 //-------------------------------------------------------------------------