Skip to content

Commit

Permalink
Refs #4399. Fix Windows export declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 16, 2012
1 parent dfec631 commit 45e6a90
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace Mantid
* type is defined by the template type
*/
template <typename DestElementType>
struct NDArrayToVectorConverter
struct DLLExport NDArrayToVectorConverter
{
/// Constructor
NDArrayToVectorConverter(const boost::python::object & value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace Mantid
* type is defined by the template type
*/
template <typename DestElementType>
struct PySequenceToVectorConverter
struct DLLExport PySequenceToVectorConverter
{
PySequenceToVectorConverter(const boost::python::object & value)
: m_obj(value.ptr())
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ set ( SRC_FILES
src/Registry/UpcastRegistry.cpp
src/PyEnvironment.cpp
src/NumpyConverters.cpp
src/VectorDelegate.cpp
src/WrapperHelpers.cpp
)

Expand All @@ -51,7 +50,6 @@ set ( INC_FILES
${HEADER_DIR}/kernel/PropertyWithValue.h
${HEADER_DIR}/kernel/PyEnvironment.h
${HEADER_DIR}/kernel/StlExportDefinitions.h
${HEADER_DIR}/kernel/VectorDelegate.h
${HEADER_DIR}/kernel/NumpyConverters.h
${HEADER_DIR}/kernel/WrapperHelpers.h
)
Expand Down

This file was deleted.

0 comments on commit 45e6a90

Please sign in to comment.