mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Get rid of default_delete
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user