From 70feb6589c3e2f3b874051167c50858a522dd77b Mon Sep 17 00:00:00 2001 From: Bob Kuehne Date: Wed, 4 May 2011 08:58:44 -0400 Subject: [PATCH] quiet clang warning about mismatched types --- gui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.h b/gui/mainwindow.h index ee25fb3..97d6619 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -19,7 +19,7 @@ class QModelIndex; class QProgressBar; class QTreeWidgetItem; class QUrl; -class RetraceError; +struct RetraceError; class Retracer; class SearchWidget; class ShadersSourceWidget; -- 2.43.0