Skip to content

Commit

Permalink
fix: export another symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 10, 2023
1 parent cacdc4c commit b463e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awkward-cpp/include/awkward/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace awkward {
dtype_to_name(dtype dt);

/// @brief Convert a dtype enum into a NumPy format string.
const std::string
EXPORT_SYMBOL const std::string
dtype_to_format(dtype dt, const std::string& format = "");

/// @brief Puts quotation marks around a string and escapes the appropriate
Expand Down

0 comments on commit b463e10

Please sign in to comment.