Freestyle: removed unused *_EXPORT qualifiers for building Windows DLLs.
These qualifiers were leftovers of the stand alone Freestyle program and not used (set to an empty string) in Blender for years.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
namespace Freestyle {
|
||||
|
||||
class LIB_SCENE_GRAPH_EXPORT IndexedFaceSet : public Rep
|
||||
class IndexedFaceSet : public Rep
|
||||
{
|
||||
public:
|
||||
/*! Triangles description style:*/
|
||||
|
||||
Reference in New Issue
Block a user