From Brede Johansen, added OSG_EXPORT to DeleteHandler for windows build

This commit is contained in:
Robert Osfield
2007-02-05 10:48:20 +00:00
parent 4914d3974a
commit 98b0eb889a

View File

@@ -28,7 +28,7 @@ namespace osg {
* would be responsible for deleting itself!
* An static auto_ptr<> is used internally in Referenced.cpp to manage the
* DeleteHandler's memory.*/
class DeleteHandler
class OSG_EXPORT DeleteHandler
{
public: