Skip to content

Commit

Permalink
Fix MinGW build by dropping export on defaulted dtor
Browse files Browse the repository at this point in the history
Cherry-picked from #1106

Signed-off-by: L. E. Segovia <amy@amyspark.me>
  • Loading branch information
amyspark committed Feb 24, 2022
1 parent 2f19a01 commit 2fc40f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenEXR/IlmImf/ImfKeyCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class KeyCode

IMF_EXPORT
KeyCode (const KeyCode &other);
IMF_EXPORT
~KeyCode() = default;
IMF_EXPORT
KeyCode & operator = (const KeyCode &other);
Expand Down

0 comments on commit 2fc40f8

Please sign in to comment.