Skip to content

Commit

Permalink
fix warning about wrong use export (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik authored Jul 3, 2024
1 parent 497c277 commit e2d6efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/migraphx/generate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {

enum class MIGRAPHX_EXPORT random_mode
enum class random_mode
{
legacy,
random
Expand Down

0 comments on commit e2d6efb

Please sign in to comment.