Skip to content

Commit

Permalink
Merge pull request mantidproject#36952 from robertapplin/0-remove-unr…
Browse files Browse the repository at this point in the history
…equired-dllexport

Remove unnecessary DLLExport from anonymous namespace struct
  • Loading branch information
SilkeSchomann authored Mar 4, 2024
2 parents 93ebe0c + b6e7077 commit efe46f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ template <typename T> inline T extractValueAndClone(const boost::python::object
return boost::python::extract<T>(value)()->clone();
}

struct DLLExport FunctionPropertyValueHandler : public PropertyValueHandler {
struct FunctionPropertyValueHandler : public PropertyValueHandler {

/// Type required by TypeRegistry framework
using HeldType = std::shared_ptr<IFunction>;
Expand Down

0 comments on commit efe46f4

Please sign in to comment.