Fix clang build by supplying constructor for device_registrar (nw)

This commit is contained in:
AJR 2017-03-02 09:36:34 -05:00
parent 6a7484db95
commit eb49d890aa

View File

@ -94,6 +94,8 @@ private:
class const_iterator_helper;
public:
device_registrar() { }
class const_iterator
{
public: