X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevicemanager.cpp;h=bd41eb8db2135c37db45d0e4cd44a3e9e6af6bb4;hb=12ea3616767553ee0a615f14bbcb8ec614589e34;hp=9e3944b5974e4ce5fa1dbd9c2d268c1ebb1e72bd;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/devicemanager.cpp b/pv/devicemanager.cpp index 9e3944b..bd41eb8 100644 --- a/pv/devicemanager.cpp +++ b/pv/devicemanager.cpp @@ -64,7 +64,7 @@ DeviceManager::DeviceManager(shared_ptr context) : driver_scan(entry.second, map()); } -const std::shared_ptr& DeviceManager::context() const +const shared_ptr& DeviceManager::context() const { return context_; }