Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 14, 2024
1 parent 5dfa6bd commit 887b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/auxiliary/wanderer_cover_v4_ec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

static std::unique_ptr<WandererCoverV4EC> wanderercoverv4ec(new WandererCoverV4EC());

WandererCoverV4EC::WandererCoverV4EC() : LightBoxInterface(this), DustCapInterface(this)
WandererCoverV4EC::WandererCoverV4EC() : DustCapInterface(this), LightBoxInterface(this)
{
setVersion(1, 2);
}
Expand Down

0 comments on commit 887b0d0

Please sign in to comment.