From af202a25767eda44362753d576cc5ae49605ae1c Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 15 Jun 2019 12:35:31 +0200 Subject: Fix for warning about deletion of pointer to incomplete type 'DotFilePatcher' --- src/dot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12