summaryrefslogtreecommitdiffstats
path: root/src/base/Selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/Selection.h')
-rw-r--r--src/base/Selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/Selection.h b/src/base/Selection.h
index 93ce4b4..c0a3c7b 100644
--- a/src/base/Selection.h
+++ b/src/base/Selection.h
@@ -82,13 +82,13 @@ public:
* Test whether a given Event (in the Segment) is part of
* this selection.
*/
- bool contains(Event *e) const;
+ bool tqcontains(Event *e) const;
/**
* Return true if there are any events of the given type in
* this selection. Slow.
*/
- bool contains(const std::string &eventType) const;
+ bool tqcontains(const std::string &eventType) const;
/**
* Return the time at which the first Event in the selection