Commit 3d2b90ba authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a compilation error under Windows

parent 84d482e2
...@@ -102,9 +102,9 @@ private: ...@@ -102,9 +102,9 @@ private:
ExpressionTreeNode rootNode; ExpressionTreeNode rootNode;
}; };
std::ostream& operator<<(std::ostream& out, const ExpressionTreeNode& node); LEPTON_EXPORT std::ostream& operator<<(std::ostream& out, const ExpressionTreeNode& node);
std::ostream& operator<<(std::ostream& out, const ParsedExpression& exp); LEPTON_EXPORT std::ostream& operator<<(std::ostream& out, const ParsedExpression& exp);
} // namespace Lepton } // namespace Lepton
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment