Browse Source

standards: uniform init always

pull/15/head
heck 2 years ago
parent
commit
b9f9bb6cc0
  1. 2
      src/Adapter.cc

2
src/Adapter.cc

@ -11,7 +11,7 @@
using namespace std;
thread_local pEp::Adapter::Session pEp::Adapter::session;
thread_local pEp::Adapter::Session pEp::Adapter::session{};
namespace pEp {
void throw_status(::PEP_STATUS status)

Loading…
Cancel
Save