diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-01-08 08:26:46 +0000 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-01-15 14:04:15 +0100 |
| commit | fd11e024a6079be3e0bc62911b6e3070c7553224 (patch) | |
| tree | 199a3d658bc1641259faffd588534788fadb05dd /src/base/QXmppPubSubMetadata.cpp | |
| parent | ee1ea9091f128164f91d29d7a3598d792326c1a7 (diff) | |
| download | qxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz | |
Run 'clang-format' on all files
Diffstat (limited to 'src/base/QXmppPubSubMetadata.cpp')
| -rw-r--r-- | src/base/QXmppPubSubMetadata.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppPubSubMetadata.cpp b/src/base/QXmppPubSubMetadata.cpp index 09f971b9..3b5a3a0a 100644 --- a/src/base/QXmppPubSubMetadata.cpp +++ b/src/base/QXmppPubSubMetadata.cpp @@ -8,7 +8,8 @@ // helper for std::visit template<class... Ts> -struct overloaded : Ts... { +struct overloaded : Ts... +{ using Ts::operator()...; }; // explicit deduction guide (not needed as of C++20) |
