Skip to content
Snippets Groups Projects
Commit b726ccf1 authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #13537. Fixing export for windows.

parent 3d550080
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ public: ...@@ -109,7 +109,7 @@ public:
* While the iterators can be instantiated directly, the intention is to * While the iterators can be instantiated directly, the intention is to
* use HKLGenerator::begin() and HKLGenerator::end(). * use HKLGenerator::begin() and HKLGenerator::end().
*/ */
class const_iterator class MANTID_GEOMETRY_DLL const_iterator
: public boost::iterator_facade<const_iterator, const Kernel::V3D &, : public boost::iterator_facade<const_iterator, const Kernel::V3D &,
boost::forward_traversal_tag> { boost::forward_traversal_tag> {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment