diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ private: const char* m_pBuf; int m_size; int m_vSize; // Nr of lines in m_pBuf1 and size of m_v1, m_dv12 and m_dv13 - TQString m_tqunicodeBuf; + TQString m_unicodeBuf; std::vector<LineData> m_v; bool m_bIsText; bool readFile( const TQString& filename ); |