diff options
author | Richard Linden <none@none> | 2012-08-03 15:23:08 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-08-03 15:23:08 -0700 |
commit | af8d113557105075af0e010c560ba9846d812aa0 (patch) | |
tree | eb7c9a3ff37965a97a9b1f2b970d31435c192df6 /indra/llui/llfolderviewmodel.h | |
parent | c43eedd43471fcbbbda91cc5f30674ba2485659a (diff) |
CHUI-271 FIX Items that are cut and then removed from the clipboard without paste do not show in Trash until relog
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
-rw-r--r-- | indra/llui/llfolderviewmodel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h index 9908e538a4..41660c6e1e 100644 --- a/indra/llui/llfolderviewmodel.h +++ b/indra/llui/llfolderviewmodel.h @@ -245,9 +245,9 @@ public: mParent->dirtyFilter(); } } - bool hasFilterStringMatch() { return mStringMatchOffsetFilter != std::string::npos; } - std::string::size_type getFilterStringOffset() { return mStringMatchOffsetFilter; } - std::string::size_type getFilterStringSize() { return mStringFilterSize; } + bool hasFilterStringMatch(); + std::string::size_type getFilterStringOffset(); + std::string::size_type getFilterStringSize(); virtual void addChild(LLFolderViewModelItem* child) { |