Removed export macro.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace ive{
|
||||
|
||||
class IVE_EXPORT Object : public ReadWrite, public osg::Object{
|
||||
class Object : public ReadWrite, public osg::Object{
|
||||
public:
|
||||
void write(DataOutputStream* out);
|
||||
void read(DataInputStream* out);
|
||||
|
||||
Reference in New Issue
Block a user