summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-06-15 10:35:31 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-06-15 10:35:31 (GMT)
commitaf202a25767eda44362753d576cc5ae49605ae1c (patch)
tree708c440fd8535ce5fb1bfd516a72a98bcda6532b /src/dot.h
parent890943c3df4986b5810f40160731a1f4ee30ef2e (diff)
downloadDoxygen-af202a25767eda44362753d576cc5ae49605ae1c.zip
Doxygen-af202a25767eda44362753d576cc5ae49605ae1c.tar.gz
Doxygen-af202a25767eda44362753d576cc5ae49605ae1c.tar.bz2
Fix for warning about deletion of pointer to incomplete type 'DotFilePatcher'
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.h b/src/dot.h
index f52d196..17e96ad 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -27,12 +27,12 @@
#include "qdir.h"
#include "qcstring.h"
#include "dotgraph.h"
+#include "dotfilepatcher.h"
class FTextStream;
class DotRunner;
class DotRunnerQueue;
class DotWorkerThread;
-class DotFilePatcher;
/** Singleton that manages dot relation actions */
class DotManager