aboutsummaryrefslogtreecommitdiff
path: root/libxsd-frontend/traversal/attribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd-frontend/traversal/attribute.hxx')
-rw-r--r--libxsd-frontend/traversal/attribute.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxsd-frontend/traversal/attribute.hxx b/libxsd-frontend/traversal/attribute.hxx
index c8fb8e6..4ace501 100644
--- a/libxsd-frontend/traversal/attribute.hxx
+++ b/libxsd-frontend/traversal/attribute.hxx
@@ -8,12 +8,13 @@
#include <libxsd-frontend/semantic-graph/attribute.hxx>
+#include <libxsd-frontend/export.hxx>
namespace XSDFrontend
{
namespace Traversal
{
- struct Attribute : Node<SemanticGraph::Attribute>
+ struct LIBXSD_FRONTEND_SYMEXPORT Attribute : Node<SemanticGraph::Attribute>
{
virtual void
traverse (Type&);