Skip to content

Commit

Permalink
fixup! refactor: improve memory-safety of BulkEnumerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 4, 2024
1 parent 1bee707 commit 50453b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/bulk/bulkenumerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "preferences/usersettings.h"

struct libusb_context;
struct BulkController;
class BulkController;

/// Locate supported USB bulk controllers
class BulkEnumerator : public ControllerEnumerator {
Expand Down

0 comments on commit 50453b7

Please sign in to comment.