mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
&_applicationRegistry,
|
||||||
&Registry::exporterUnstableV2Announced,
|
&Registry::exporterUnstableV2Announced,
|
||||||
[=](uint name, uint version) {
|
[=](uint name, uint version) {
|
||||||
_xdgExporter = {
|
_xdgExporter = std::unique_ptr<XdgExporter>{
|
||||||
_applicationRegistry.createXdgExporter(name, version),
|
_applicationRegistry.createXdgExporter(name, version),
|
||||||
std::default_delete<XdgExporter>(),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
connect(
|
connect(
|
||||||
|
|
Loading…
Add table
Reference in a new issue