Index: compiled/storage/FilterStorage.cpp |
diff --git a/compiled/storage/FilterStorage.cpp b/compiled/storage/FilterStorage.cpp |
index 41e5a0fc9e4aef585f116270f6c295393f74187b..58693afbc72ed157bbc6903d5645bdff72317a23 100644 |
--- a/compiled/storage/FilterStorage.cpp |
+++ b/compiled/storage/FilterStorage.cpp |
@@ -114,7 +114,7 @@ bool FilterStorage::MoveSubscription(Subscription& subscription, |
const Subscription* insertBefore) |
{ |
int oldPos = IndexOfSubscription(subscription); |
- assert2(oldPos >= 0, u"Attempt to move a subscription that is not in the list"_str); |
+ assert2(oldPos >= 0, ABP_TEXT("Attempt to move a subscription that is not in the list"_str)); |
if (oldPos == -1) |
return false; |