Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 5 months ago
parent 3c18be9389
commit 2b7871af18
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -71,7 +71,7 @@ nVIDIAEmbedder::nVIDIAEmbedder()
file = new TQFile();
file->open( IO_WriteOnly | IO_Truncate ,stdout);
stream.setDevice( TQT_TQIODEVICE(file) );
stream.setDevice( file );
#if (0)
stream << "/*\n";

Loading…
Cancel
Save