Skip to content

Commit

Permalink
fix build failure: add export mscro, add header
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 2, 2019
1 parent cee9f4f commit 0aa0f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Mod/Path/App/PathSegmentWalker.cpp
Expand Up @@ -21,6 +21,7 @@
* *
***************************************************************************
*/
#include "PreCompiled.h"
#include "PathSegmentWalker.h"

#include <App/Application.h>
Expand Down
4 changes: 2 additions & 2 deletions src/Mod/Path/App/PathSegmentWalker.h
Expand Up @@ -33,7 +33,7 @@ namespace Path
* PathSegmentVisitor is the companion class to PathSegmentWalker. Its members are called
* with the segmented points of each command.
*/
class PathSegmentVisitor
class PathExport PathSegmentVisitor
{
public:
virtual ~PathSegmentVisitor();
Expand All @@ -53,7 +53,7 @@ class PathSegmentVisitor
* appropriate member of the provided PathSegmentVisitor.
* All non-movement commands are processed accordingly if they affect the movement commands.
*/
class PathSegmentWalker
class PathExport PathSegmentWalker
{
public:
PathSegmentWalker(const Toolpath &tp_);
Expand Down

0 comments on commit 0aa0f1c

Please sign in to comment.