diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-05 16:21:45 -0800 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-05 16:21:45 -0800 |
commit | 64b5c53156ce3115652e094be25a3e165512ffca (patch) | |
tree | ca0e1a0c54fb61285056f04ba5f8758312049fd3 /indra/llui/llcombobox.h | |
parent | f92a3add5910103e910ad993c3b09a26cc0d2d59 (diff) | |
parent | a3fa96ff0eeb3691f38e82ad4a245db8049dfddd (diff) |
Merge
Diffstat (limited to 'indra/llui/llcombobox.h')
-rw-r--r-- | indra/llui/llcombobox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index 3cc2a8f5d1..c694724248 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -231,6 +231,7 @@ private: commit_callback_t mPrearrangeCallback; commit_callback_t mTextEntryCallback; commit_callback_t mSelectionCallback; + boost::signals2::connection mTopLostSignalConnection; }; // A combo box with icons for the list of items. |