X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.cpp;h=bd41eb8db2135c37db45d0e4cd44a3e9e6af6bb4;hp=41f2ae9c5f5bc6346aff24b895062d1e8d51ae53;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd diff --git a/pv/devicemanager.cpp b/pv/devicemanager.cpp index 41f2ae9..bd41eb8 100644 --- a/pv/devicemanager.cpp +++ b/pv/devicemanager.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include "devicemanager.hpp" @@ -65,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_; }