diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-06-29 18:14:37 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-29 18:14:37 -0700 |
| commit | a6fab91181362c1a5d616c84c78901f61c86228c (patch) | |
| tree | f5d5990a39fbf1d3d25e56123a3b54d07d888c7b /indra/newview/llviewermenu.cpp | |
| parent | 9366a7775c811b8f2e0ac24872d7d744ff2b54c5 (diff) | |
Ensuring that the code and tests build correctly when HACKED_GODLIKE_VIEWER is defined.
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
| -rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 7c289f43dd..06ffd2df92 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -7086,8 +7086,8 @@ BOOL enable_save_into_inventory(void*) return TRUE; } } -#endif return FALSE; +#endif } class LLToolsEnableSaveToInventory : public view_listener_t |
