Reorganised placement of classes associated with scene graph.
Warning clean up.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
class ExportHTML
|
||||
{
|
||||
public:
|
||||
static bool write(SlideEventHandler* seh, osgViewer::Viewer& viewer, const std::string& filename);
|
||||
static bool write(osgPresentation::SlideEventHandler* seh, osgViewer::Viewer& viewer, const std::string& filename);
|
||||
|
||||
static std::string createFileName(const std::string& basename, unsigned int page, const std::string& ext);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user