summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-19 14:46:54 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-19 14:48:48 (GMT)
commit78a80001223af290c7c7321ad2d210fb3cd16f11 (patch)
treef55e833dcc06341ea760d44e8a28c022029f5f27 /src/util.h
parent0aa27346b8728f6698dd2b363959e89d02e03ff6 (diff)
downloadDoxygen-78a80001223af290c7c7321ad2d210fb3cd16f11.zip
Doxygen-78a80001223af290c7c7321ad2d210fb3cd16f11.tar.gz
Doxygen-78a80001223af290c7c7321ad2d210fb3cd16f11.tar.bz2
[Bug 755225] On Windows, generated layout is with UNIX EOL
Diffstat (limited to 'src/util.h')
-rwxr-xr-xsrc/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6c72594..51a5da1 100755
--- a/src/util.h
+++ b/src/util.h
@@ -57,6 +57,7 @@ class BufStr;
class QFileInfo;
class QStrList;
class FTextStream;
+class QFile;
//--------------------------------------------------------------------
@@ -473,6 +474,7 @@ void convertProtectionLevel(
bool mainPageHasTitle();
void initFilePattern(void);
+bool openOutputFile(const char *outFile,QFile &f);
#endif