diff options
Diffstat (limited to 'src/dot.h')
-rw-r--r-- | src/dot.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * * - * Copyright (C) 1997-2010 by Dimitri van Heesch. + * Copyright (C) 1997-2011 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -442,7 +442,8 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir, const char *outFile,GraphOutputFormat format); void writeDotImageMapFromFile(FTextStream &t, const QCString& inFile, const QCString& outDir, - const QCString& relPath,const QCString& context); + const QCString& relPath,const QCString& baseName, + const QCString& context); void writeDotDirDepGraph(FTextStream &t,DirDef *dd); |