summaryrefslogtreecommitdiffstats
path: root/src/ftextstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftextstream.cpp')
-rw-r--r--src/ftextstream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ftextstream.cpp b/src/ftextstream.cpp
index f72185f..3038af3 100644
--- a/src/ftextstream.cpp
+++ b/src/ftextstream.cpp
@@ -165,6 +165,7 @@ FTextStream::FTextStream( FILE *fh )
{
m_dev = new QFile;
((QFile *)m_dev)->open( IO_WriteOnly, fh);
+ m_owndev = TRUE;
}
FTextStream::~FTextStream()