X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.h;h=823cb2bc9542ee8632690be4780db421a8bcc1de;hp=511ba76091083679bdf96b021a6c4f312e12b5a2;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/devicemanager.h b/pv/devicemanager.h index 511ba76..823cb2b 100644 --- a/pv/devicemanager.h +++ b/pv/devicemanager.h @@ -75,9 +75,9 @@ private: std::shared_ptr b); protected: - std::shared_ptr _context; - std::list< std::shared_ptr > _devices; - std::map< std::shared_ptr, std::string > _display_names; + std::shared_ptr context_; + std::list< std::shared_ptr > devices_; + std::map< std::shared_ptr, std::string > display_names_; }; } // namespace pv