diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-22 18:23:22 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-06-22 18:23:22 +0300 |
commit | 1216c1348a0fdf34596f9e0a7b1d0801f9d0ac8b (patch) | |
tree | 9c4c545c9f437a5c914f232d71c0be1e69ca1bc1 /indra/newview | |
parent | c19dd3d2c48c99f36ff2b6616e7e048ce30d81ad (diff) |
Linux build fix.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llstartup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index 5aa46686e8..cf3c030f08 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -93,7 +93,7 @@ public: // Load default fonts not already loaded at start screen static void fontInit(); - static void LLStartUp::copyLibraryGestures(const std::string& same_gender_gestures); + static void copyLibraryGestures(const std::string& same_gender_gestures); // outfit_folder_name can be a folder anywhere in your inventory, // but the name must be a case-sensitive exact match. |