]> sigrok.org Git - pulseview.git/blobdiff - pv/devicemanager.cpp
Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / devicemanager.cpp
index 9e3944b5974e4ce5fa1dbd9c2d268c1ebb1e72bd..bd41eb8db2135c37db45d0e4cd44a3e9e6af6bb4 100644 (file)
@@ -64,7 +64,7 @@ DeviceManager::DeviceManager(shared_ptr<Context> context) :
                driver_scan(entry.second, map<const ConfigKey *, VariantBase>());
 }
 
-const std::shared_ptr<sigrok::Context>& DeviceManager::context() const
+const shared_ptr<sigrok::Context>& DeviceManager::context() const
 {
        return context_;
 }