diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-06-15 10:35:31 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-06-15 10:35:31 (GMT) |
commit | af202a25767eda44362753d576cc5ae49605ae1c (patch) | |
tree | 708c440fd8535ce5fb1bfd516a72a98bcda6532b | |
parent | 890943c3df4986b5810f40160731a1f4ee30ef2e (diff) | |
download | Doxygen-af202a25767eda44362753d576cc5ae49605ae1c.zip Doxygen-af202a25767eda44362753d576cc5ae49605ae1c.tar.gz Doxygen-af202a25767eda44362753d576cc5ae49605ae1c.tar.bz2 |
Fix for warning about deletion of pointer to incomplete type 'DotFilePatcher'
-rw-r--r-- | src/dot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |