Skip to content

Commit

Permalink
Fix missing import/export macro
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Sep 3, 2024
1 parent b15ff9c commit 325b2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simplnx/Utilities/DataArrayUtilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@ uint64 CalculateDataSize(const IDataStore::ShapeType& tupleShape, const IDataSto
*
* @return
*/
std::string GetDataFormatFromPreferences();
SIMPLNX_EXPORT std::string GetDataFormatFromPreferences();

/**
*
* @return
*/
std::shared_ptr<DataIOCollection> GetDataCollectionInstance();
SIMPLNX_EXPORT std::shared_ptr<DataIOCollection> GetDataCollectionInstance();

/**
* @brief Creates a DataStore with the given properties
Expand Down

0 comments on commit 325b2b7

Please sign in to comment.