Index: compiled/filter/Filter.cpp |
=================================================================== |
--- a/compiled/filter/Filter.cpp |
+++ b/compiled/filter/Filter.cpp |
@@ -68,17 +68,17 @@ namespace |
break; |
// Set new string boundaries |
text.reset(text, start, end - start); |
} |
} |
Filter::Filter(Type type, const String& text) |
- : mType(type), mText(text) |
+ : mText(text), mType(type) |
{ |
annotate_address(this, "Filter"); |
} |
Filter::~Filter() |
{ |
knownFilters.erase(mText); |
} |