Skip to content

Commit

Permalink
fix warning about wrong use export (#3237)
Browse files Browse the repository at this point in the history
(cherry picked from commit e2d6efb)
  • Loading branch information
apwojcik authored and umangyadav committed Jul 4, 2024
1 parent a133e79 commit a07c70f
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 a07c70f

Please sign in to comment.