]> git.lyx.org Git - lyx.git/blobdiff - src/support/gzstream.h
C++ style to avoid compiler warning for non-NLS implementation of Messages::available
[lyx.git] / src / support / gzstream.h
index 0d7b6cb03a3af3f501fc95a14cdf32d1a4111cc5..858784dae94ea018a2e9dc2546924c439fc35712 100644 (file)
@@ -18,8 +18,8 @@
 // ============================================================================
 //
 // File          : gzstream.h
-// Revision      : $Revision: 1.1 $
-// Revision_date : $Date: 2003/07/27 23:40:08 $
+// Revision      : $Revision: 1.2 $
+// Revision_date : $Date: 2005/04/26 10:30:24 $
 // Author(s)     : Deepak Bandyopadhyay, Lutz Kettner
 //
 // Standard streambuf implementation following Nicolai Josuttis, "The