Skip to content

Commit

Permalink
stored: fix struct/class mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed May 25, 2020
1 parent e042d50 commit 789ca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/stored/device_control_record.h
Expand Up @@ -55,8 +55,8 @@ enum get_vol_info_rw

class Device;
class DeviceResource;
class DeviceBlock;
class DeviceRecord;
struct DeviceBlock;
struct DeviceRecord;

/* clang-format off */

Expand Down

0 comments on commit 789ca06

Please sign in to comment.