From b726ccf108b88fa76995e566ac22e4ee551a4a6a Mon Sep 17 00:00:00 2001
From: Michael Wedel <michael.wedel@esss.se>
Date: Wed, 7 Oct 2015 07:19:46 +0200
Subject: [PATCH] Refs #13537. Fixing export for windows.

---
 Framework/Geometry/inc/MantidGeometry/Crystal/HKLGenerator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/Geometry/inc/MantidGeometry/Crystal/HKLGenerator.h b/Framework/Geometry/inc/MantidGeometry/Crystal/HKLGenerator.h
index 5c425967731..f004bb8fcca 100644
--- a/Framework/Geometry/inc/MantidGeometry/Crystal/HKLGenerator.h
+++ b/Framework/Geometry/inc/MantidGeometry/Crystal/HKLGenerator.h
@@ -109,7 +109,7 @@ public:
    * While the iterators can be instantiated directly, the intention is to
    * use HKLGenerator::begin() and HKLGenerator::end().
    */
-  class const_iterator
+  class MANTID_GEOMETRY_DLL const_iterator
       : public boost::iterator_facade<const_iterator, const Kernel::V3D &,
                                       boost::forward_traversal_tag> {
   public:
-- 
GitLab