Skip to content

Commit

Permalink
fix(examples): warning: declaration class fair::mq::Device does not…
Browse files Browse the repository at this point in the history
… declare anything
  • Loading branch information
dennisklein authored and rbx committed Sep 14, 2022
1 parent 64a09dd commit 77e04d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-controller/MyDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace example {

using MyDevice = typename fair::mq::Device;
using MyDevice = fair::mq::Device;

} // namespace example

Expand Down

0 comments on commit 77e04d5

Please sign in to comment.