diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index a1fd7cf1e..09c50c749 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -876,7 +876,7 @@ int main( int argc, char **argv ) } else { - ExportHTML::write(seh, viewer, exportName); + ExportHTML::write(seh.get(), viewer, exportName); } return 0;