diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-04 14:23:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-04 14:23:31 -0400 |
commit | a980a8f30870d35a5a45cbf52169f7bf35cf95ce (patch) | |
tree | 4ff20d0ebb19b5cab8034709c4a653b12b9b94af /indra/newview/llfloaterluadebug.h | |
parent | d5fa10180344d419d5d9a9fe580044f28aa64e43 (diff) |
Swat a few more buzzing BOOLs.
Diffstat (limited to 'indra/newview/llfloaterluadebug.h')
-rw-r--r-- | indra/newview/llfloaterluadebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterluadebug.h b/indra/newview/llfloaterluadebug.h index 9f044df9d9..e27c63b74d 100644 --- a/indra/newview/llfloaterluadebug.h +++ b/indra/newview/llfloaterluadebug.h @@ -48,7 +48,7 @@ class LLFloaterLUADebug : LLFloaterLUADebug(const LLSD& key); virtual ~LLFloaterLUADebug(); - /*virtual*/ BOOL postBuild(); + /*virtual*/ bool postBuild(); void onExecuteClicked(); void onBtnBrowse(); |