...
This commit is contained in:
@@ -205,7 +205,7 @@ protected:
|
||||
|
||||
public:
|
||||
template <interfaces::adc_netservice_c NetServiceT>
|
||||
class Session : std::enable_shared_from_this<Session<NetServiceT>>
|
||||
class Session : public std::enable_shared_from_this<Session<NetServiceT>>
|
||||
{
|
||||
public:
|
||||
typedef std::string netsession_ident_t;
|
||||
|
||||
Reference in New Issue
Block a user