Fix build with GCC.
This commit is contained in:
parent
9b5c58f92f
commit
bda46510f5
1 changed files with 0 additions and 1 deletions
|
|
@ -3594,7 +3594,6 @@ OnlyCustomEmoji String::toOnlyCustomEmoji() const {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
auto result = OnlyCustomEmoji();
|
auto result = OnlyCustomEmoji();
|
||||||
auto spaces = 0;
|
|
||||||
result.lines.emplace_back();
|
result.lines.emplace_back();
|
||||||
for (const auto &block : _blocks) {
|
for (const auto &block : _blocks) {
|
||||||
const auto raw = block.get();
|
const auto raw = block.get();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue