Skip to content
Snippets Groups Projects
Verified Commit 1d85613f authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix compilation with MOC5.6

parent fe3df73f
No related branches found
No related tags found
No related merge requests found
Pipeline #1030 passed
......@@ -12,7 +12,9 @@
#include <string>
#include <vector>
namespace mtx::events::msg {
namespace mtx {
namespace events {
namespace msg {
//! Content for the `m.call.invite` event.
struct CallInvite
......@@ -102,3 +104,5 @@ void
to_json(nlohmann::json &obj, const CallHangUp &content);
} // namespace mtx::events::msg
}
}
......@@ -12,7 +12,8 @@
#include <nlohmann/json.hpp>
#endif
namespace mtx::responses {
namespace mtx {
namespace responses {
//! Response of the `GET /_matrix/client/r0/voip/turnServer` endpoint.
//
......@@ -35,3 +36,4 @@ struct TurnServer
void
from_json(const nlohmann::json &obj, TurnServer &turnServer);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment