Skip to content
Snippets Groups Projects
Commit 11959477 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

added missing DLLEXPORTS in composite3.hh snf chain_type.hh

parent 9b255b79
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#ifndef OST_CHAIN_TYPE_HH #ifndef OST_CHAIN_TYPE_HH
#define OST_CHAIN_TYPE_HH #define OST_CHAIN_TYPE_HH
#include <ost/mol/module_config.hh>
#include <ost/base.hh> #include <ost/base.hh>
#include <ost/string_ref.hh> #include <ost/string_ref.hh>
...@@ -56,7 +57,6 @@ ChainType DLLEXPORT_OST_MOL ChainTypeFromString(const StringRef identifier); ...@@ -56,7 +57,6 @@ ChainType DLLEXPORT_OST_MOL ChainTypeFromString(const StringRef identifier);
/// ///
/// \return The ChainType corresponding to the input, throws a /// \return The ChainType corresponding to the input, throws a
/// ost::Error on unknown type /// ost::Error on unknown type
ChainType DLLEXPORT_OST_MOL ChainTypeFromString(const String& identifier);
/// \brief Return the String identifier for a given type /// \brief Return the String identifier for a given type
/// ///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment