X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_Mesher.hxx;h=41df61b2330b88f247f2d08a75c7689e85f273c6;hb=4280b9f4db542da7ba7deb00d9a2345291095bfd;hp=1bf8b5bf31fab02375ac1593d8f4a0a5859b9d28;hpb=f39fa7b8d8ca01e534c2e5f5bf3a002f23759a61;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.hxx b/src/NETGENPlugin/NETGENPlugin_Mesher.hxx index 1bf8b5b..41df61b 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.hxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.hxx @@ -91,6 +91,8 @@ struct NETGENPLUGIN_EXPORT NETGENPlugin_NetgenLibWrapper std::string getOutputFileName(); void removeOutputFile(); std::string _outputFileName; + + std::streambuf* _coutBuffer; // to re-/store cout.rdbuf() }; //=============================================================================