Skip to content

Commit

Permalink
Add missing export token
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-stenstrom committed Dec 12, 2019
1 parent d628179 commit 80cfd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Import/include/FMI2/fmi2_import_variable_list.h
Expand Up @@ -43,7 +43,7 @@ extern "C" {
*/

/** \brief Allocate an empty list */
fmi2_import_variable_list_t* fmi2_import_alloc_variable_list(fmi2_import_t* fmu, size_t size);
FMILIB_EXPORT fmi2_import_variable_list_t* fmi2_import_alloc_variable_list(fmi2_import_t* fmu, size_t size);

/** \brief Free a variable list. Note that variable lists are allocated dynamically and must be freed when not needed any longer
\param vl A variable list.
Expand Down

0 comments on commit 80cfd8d

Please sign in to comment.