mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Get rid of default_delete
This commit is contained in:
parent
17c514e851
commit
166c28c215
1 changed files with 1 additions and 2 deletions
|
@ -85,9 +85,8 @@ WaylandIntegration::Private::Private()
|
|||
&_applicationRegistry,
|
||||
&Registry::exporterUnstableV2Announced,
|
||||
[=](uint name, uint version) {
|
||||
_xdgExporter = {
|
||||
_xdgExporter = std::unique_ptr<XdgExporter>{
|
||||
_applicationRegistry.createXdgExporter(name, version),
|
||||
std::default_delete<XdgExporter>(),
|
||||
};
|
||||
|
||||
connect(
|
||||
|
|
Loading…
Add table
Reference in a new issue