diff options
Diffstat (limited to 'indra/llui/llluafloater.h')
-rw-r--r-- | indra/llui/llluafloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llluafloater.h b/indra/llui/llluafloater.h index 0b7e86746a..eec6180bee 100644 --- a/indra/llui/llluafloater.h +++ b/indra/llui/llluafloater.h @@ -36,6 +36,7 @@ public: LLLuaFloater(const LLSD &key); BOOL postBuild(); + void registerCallback(const std::string &ctrl_name, const std::string &event); void onClose(bool app_quitting); void post(const LLSD &data); |