Skip to content

Commit

Permalink
Added LIBRARY_API to vector classes
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 30, 2020
1 parent 1d9eafd commit e6fd7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/DataFrame/Vectors/VectorPtrView.h
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ class LIBRARY_API VectorPtrView {
// ----------------------------------------------------------------------------

template<typename T>
class VectorConstPtrView {
class LIBRARY_API VectorConstPtrView {

private:

Expand Down
2 changes: 1 addition & 1 deletion include/DataFrame/Vectors/VectorView.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class LIBRARY_API VectorView {
// ----------------------------------------------------------------------------

template <typename T>
class VectorConstView {
class LIBRARY_API VectorConstView {

public:

Expand Down

0 comments on commit e6fd7b1

Please sign in to comment.