Skip to content

Commit

Permalink
ci: try exporting ForthError
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 4, 2023
1 parent b2991ca commit 883f58d
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 @@ -64,7 +64,7 @@ namespace awkward {
quote(const std::string& x);

/// @brief Exhaustive list of runtime errors possible in the ForthMachine.
enum class ForthError {
enum class EXPORT_SYMBOL ForthError {
// execution can continue
none,

Expand Down

0 comments on commit 883f58d

Please sign in to comment.