summaryrefslogtreecommitdiff
path: root/indra/llui/llfiltereditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llfiltereditor.h')
-rw-r--r--indra/llui/llfiltereditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfiltereditor.h b/indra/llui/llfiltereditor.h
index 3a05bc05a1..52cad3bff4 100644
--- a/indra/llui/llfiltereditor.h
+++ b/indra/llui/llfiltereditor.h
@@ -43,6 +43,7 @@ class LLFilterEditor : public LLSearchEditor
public:
struct Params : public LLInitParam::Block<Params, LLSearchEditor::Params>
{};
+ virtual ~LLFilterEditor() {}
protected:
LLFilterEditor(const Params&);