mirror of https://github.com/CGAL/cgal
Require only ostream instead of ofstream
This commit is contained in:
parent
17320106ce
commit
b6790c6bc6
|
|
@ -445,7 +445,7 @@ public:
|
|||
}
|
||||
|
||||
/// Outputs the mesh to maya
|
||||
void output_to_maya(std::ofstream& os,
|
||||
void output_to_maya(std::ostream& os,
|
||||
bool surfaceOnly = true) const
|
||||
{
|
||||
// Call global function
|
||||
|
|
|
|||
Loading…
Reference in New Issue