Changeset 10130
- Timestamp:
- 05/01/09 12:24:51 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgDB/XmlParser (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgDB/XmlParser
r10124 r10130 35 35 36 36 /** XmlNode class for very basic reading and writing of xml files.*/ 37 class XmlNode : public osg::Referenced37 class OSGDB_EXPORT XmlNode : public osg::Referenced 38 38 { 39 39 public: … … 63 63 public: 64 64 65 class Input65 class OSGDB_EXPORT Input 66 66 { 67 67 public:
