diff options
author | Jonathan Yap <none@none> | 2013-12-05 13:26:43 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-12-05 13:26:43 -0500 |
commit | 944840c8b164aa0f254d3d0eb38292a49b0dcae6 (patch) | |
tree | 4642a1ba0a4eceb99c840cbaf4031d2df29e6466 /indra/newview/llfloaterperms.h | |
parent | 9e8a7869ce4e51d5caeb46118972509a0110f766 (diff) |
STORM-68 Code cleanup/function renaming
Diffstat (limited to 'indra/newview/llfloaterperms.h')
-rwxr-xr-x | indra/newview/llfloaterperms.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterperms.h b/indra/newview/llfloaterperms.h index b4b5d58aa5..2bb0a19dc1 100755 --- a/indra/newview/llfloaterperms.h +++ b/indra/newview/llfloaterperms.h @@ -59,7 +59,8 @@ public: void onClickOK(); void onClickCancel(); void onCommitCopy(const LLSD& user_data); - static void updateCap(bool alwaysUpdate); + static void sendInitialPerms(); + static void updateCap(); static void setCapSent(bool cap_sent); // Update instantiation of sCategoryNames in the .cpp file to match if you change this! |