Index: compiled/filter/Filter.h |
=================================================================== |
--- a/compiled/filter/Filter.h |
+++ b/compiled/filter/Filter.h |
@@ -41,16 +41,17 @@ |
WHITELIST = REGEXP | 32, |
ELEMHIDEBASE = ACTIVE | 64, |
ELEMHIDE = ELEMHIDEBASE | 128, |
ELEMHIDEEXCEPTION = ELEMHIDEBASE | 256, |
ELEMHIDEEMULATION = ELEMHIDEBASE | 512 |
}; |
explicit Filter(Type type, const String& text); |
+ explicit Filter(Type type, String&& text); |
~Filter(); |
Type mType; |
const String& BINDINGS_EXPORTED GetText() const |
{ |
return mText; |
} |