Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / devicemanager.h
index 511ba76091083679bdf96b021a6c4f312e12b5a2..823cb2bc9542ee8632690be4780db421a8bcc1de 100644 (file)
@@ -75,9 +75,9 @@ private:
                std::shared_ptr<sigrok::Device> b);
 
 protected:
-       std::shared_ptr<sigrok::Context> _context;
-       std::list< std::shared_ptr<sigrok::HardwareDevice> > _devices;
-       std::map< std::shared_ptr<sigrok::Device>, std::string > _display_names;
+       std::shared_ptr<sigrok::Context> context_;
+       std::list< std::shared_ptr<sigrok::HardwareDevice> > devices_;
+       std::map< std::shared_ptr<sigrok::Device>, std::string > display_names_;
 };
 
 } // namespace pv