aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llstatemachine.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcharacter/llstatemachine.cpp
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcharacter/llstatemachine.cpp')
-rw-r--r--linden/indra/llcharacter/llstatemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llstatemachine.cpp b/linden/indra/llcharacter/llstatemachine.cpp
index eab6e7f..564fbbc 100644
--- a/linden/indra/llcharacter/llstatemachine.cpp
+++ b/linden/indra/llcharacter/llstatemachine.cpp
@@ -206,7 +206,7 @@ LLFSMState* LLStateDiagram::getState(U32 state_id)
206 return NULL; 206 return NULL;
207} 207}
208 208
209BOOL LLStateDiagram::saveDotFile(const char* filename) 209BOOL LLStateDiagram::saveDotFile(const std::string& filename)
210{ 210{
211 apr_file_t* dot_file = ll_apr_file_open(filename, LL_APR_W); 211 apr_file_t* dot_file = ll_apr_file_open(filename, LL_APR_W);
212 212