Skip to content

Commit 25a2899

Browse files
committed
another shot at fixing the export for msvc
1 parent 1e55308 commit 25a2899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenCOVER/vrml97/vrml/VrmlNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Viewer;
5454
class VrmlNode;
5555
class VrmlNodeUpdateRegistry;
5656

57-
std::ostream &VRMLEXPORT operator<<(std::ostream &os, const VrmlNode &f);
57+
VRMLEXPORT std::ostream &operator<<(std::ostream &os, const VrmlNode &f);
5858

5959
class VRMLEXPORT VrmlNode
6060
{

0 commit comments

Comments
 (0)