mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-11 08:22:52 +00:00
Party should be ~private
This commit is contained in:
@@ -20,10 +20,12 @@
|
|||||||
#include "stdshim.hpp"
|
#include "stdshim.hpp"
|
||||||
|
|
||||||
namespace avclan {
|
namespace avclan {
|
||||||
|
namespace detail {
|
||||||
enum class Party : uint8_t { Sender, Recipient };
|
enum class Party : uint8_t { Sender, Recipient };
|
||||||
|
}
|
||||||
|
|
||||||
template <DeviceInterface... Devs> class Peripheral {
|
template <DeviceInterface... Devs> class Peripheral {
|
||||||
|
using Party = detail::Party;
|
||||||
using enum Party;
|
using enum Party;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user