diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2022-12-06 13:04:35 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2022-12-06 13:04:35 -0500 |
| commit | 8f6ffd489df9d6346e04070ad8209f2432ef3416 (patch) | |
| tree | 7460eec2902305e34f785e1cd3c2bfc4781ef113 /indra/llcommon/llkeybind.h | |
| parent | 8ff81fc7a5ffe9122dac4ceb705908cbf0361095 (diff) | |
DRTVWR-575: Introduce LLKeyBind::endNonEmpty()
and use it to replace dubious loops in asLLSD() and trimEmpty().
Diffstat (limited to 'indra/llcommon/llkeybind.h')
| -rw-r--r-- | indra/llcommon/llkeybind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llkeybind.h b/indra/llcommon/llkeybind.h index f63ad1d64e..488f509411 100644 --- a/indra/llcommon/llkeybind.h +++ b/indra/llcommon/llkeybind.h @@ -100,6 +100,8 @@ public: private: typedef std::vector<LLKeyData> data_vector_t; data_vector_t mData; + + data_vector_t::const_iterator endNonEmpty() const; }; |
