Skip to content

Commit

Permalink
Not inheriting from ds5_active
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Feb 16, 2021
1 parent 43b2e36 commit 67aef08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ds5/ds5-factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -901,8 +901,7 @@ namespace librealsense
};
};

class rs405_device : public ds5_active,
public ds5_color,
class rs405_device : public ds5_color,
public ds5_advanced_mode_base,
public firmware_logger_device
{
Expand All @@ -912,7 +911,6 @@ namespace librealsense
bool register_device_notifications)
: device(ctx, group, register_device_notifications),
ds5_device(ctx, group),
ds5_active(ctx, group),
ds5_color(ctx, group),
ds5_advanced_mode_base(ds5_device::_hw_monitor, get_depth_sensor()),
firmware_logger_device(ctx, group, ds5_device::_hw_monitor,
Expand Down

0 comments on commit 67aef08

Please sign in to comment.