From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and
fopen to osgDB::fopen to facilitate support for wide character filenames using UT8 encoding.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <osgViewer/GraphicsWindow>
|
||||
#include <osgViewer/Viewer>
|
||||
|
||||
#include <fstream>
|
||||
#include <osgDB/fstream>
|
||||
|
||||
namespace osgViewer {
|
||||
|
||||
@@ -252,7 +252,7 @@ protected:
|
||||
|
||||
std::string _filename;
|
||||
int _autoinc;
|
||||
std::ofstream _fout;
|
||||
osgDB::ofstream _fout;
|
||||
|
||||
int _keyEventToggleRecord;
|
||||
int _keyEventTogglePlayback;
|
||||
|
||||
Reference in New Issue
Block a user