mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
Fix build on FreeBSD
This commit is contained in:
committed by
John Preston
parent
ebe331a7e4
commit
58caec8d05
@@ -26,6 +26,7 @@ namespace Platform {
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
using namespace gi::repository;
|
using namespace gi::repository;
|
||||||
|
namespace GObject = gi::repository::GObject;
|
||||||
|
|
||||||
std::vector<std::any> AnyVectorFromVariant(GLib::Variant value) {
|
std::vector<std::any> AnyVectorFromVariant(GLib::Variant value) {
|
||||||
std::vector<std::any> result;
|
std::vector<std::any> result;
|
||||||
|
@@ -52,6 +52,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
using namespace gi::repository;
|
using namespace gi::repository;
|
||||||
|
namespace GObject = gi::repository::GObject;
|
||||||
using namespace Platform;
|
using namespace Platform;
|
||||||
using Platform::internal::WaylandIntegration;
|
using Platform::internal::WaylandIntegration;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user