Skip to content

Commit

Permalink
Missing symbols on Windows due to missing IMF_EXPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
ialhashim authored and nickrasmussen committed Aug 8, 2018
1 parent 32f2aa5 commit 965c1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfAttribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class IMF_EXPORT Attribute
//-------------------------------------------------

template <class T>
class TypedAttribute: public Attribute
class IMF_EXPORT TypedAttribute: public Attribute
{
public:

Expand Down
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class Header::ConstIterator
//
//------------------------------------------------------------------------

void staticInitialize ();
void IMF_EXPORT staticInitialize ();


//-----------------
Expand Down

0 comments on commit 965c1eb

Please sign in to comment.