Added append() method

This commit is contained in:
Robert Osfield
2009-06-19 11:04:48 +00:00
parent 93a0391dc3
commit 82b329b0a7
2 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ class OSGDB_EXPORT FileList : public osg::Object
bool removeFile(const std::string& filename);
void append(FileList* fileList);
protected:
virtual ~FileList();