diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-07 05:01:56 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-03-07 08:54:00 +0200 |
| commit | 668c8c61a12842d33cb83b79ba3d68ba3db7aa8b (patch) | |
| tree | e6c9f94b6984c51dddaf7bc896f925ba737af9b4 /indra/newview/llpreviewscript.cpp | |
| parent | 359f604a8d92294c782f41a4383ffe6f63753589 (diff) | |
#3422 Code cleanup
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
| -rw-r--r-- | indra/newview/llpreviewscript.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 28988f9564..9449768d79 100644 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -396,9 +396,9 @@ LLScriptEdCore::LLScriptEdCore( LLScriptEdContainer* container, const std::string& sample, const LLHandle<LLFloater>& floater_handle, - void (*load_callback)(void*), - void (*save_callback)(void*, bool), - void (*search_replace_callback) (void* userdata), + script_ed_callback_t load_callback, + save_callback_t save_callback, + script_ed_callback_t search_replace_callback, void* userdata, bool live, S32 bottom_pad) |
