From Wang Rui, added exports for windows build

This commit is contained in:
Robert Osfield
2010-01-21 09:25:45 +00:00
parent 219696f1ee
commit f1bd2eaf04
4 changed files with 9 additions and 9 deletions

View File

@@ -39,13 +39,13 @@ public:
const std::string& getField() const { return _field; }
const std::string& getError() const { return _error; }
protected:
std::string _field;
std::string _error;
};
class InputStream
class OSGDB_EXPORT InputStream
{
public:
typedef std::map< unsigned int, osg::ref_ptr<osg::Array> > ArrayMap;