mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 15:30:16 +00:00
fix(examples): warning: declaration class fair::mq::Device does not declare anything
This commit is contained in:
committed by
Alexey Rybalchenko
parent
64a09dd991
commit
77e04d56de
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
namespace example {
|
namespace example {
|
||||||
|
|
||||||
using MyDevice = typename fair::mq::Device;
|
using MyDevice = fair::mq::Device;
|
||||||
|
|
||||||
} // namespace example
|
} // namespace example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user