Skip to content
Snippets Groups Projects
Commit b04ca1b0 authored by Tofu Linden's avatar Tofu Linden
Browse files

fix java-esque build error in llstartup change.

parent 5e5ad858
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ class LLStartUp ...@@ -93,7 +93,7 @@ class LLStartUp
// Load default fonts not already loaded at start screen // Load default fonts not already loaded at start screen
static void fontInit(); 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, // outfit_folder_name can be a folder anywhere in your inventory,
// but the name must be a case-sensitive exact match. // but the name must be a case-sensitive exact match.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment