summaryrefslogtreecommitdiff
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorBob Kuehne <rpk@blue0.(none)>2011-05-04 08:58:44 -0400
committerBob Kuehne <rpk@blue0.(none)>2011-05-04 08:58:44 -0400
commit70feb6589c3e2f3b874051167c50858a522dd77b (patch)
treeae2093b6cb35f1a78898ad960775e3d3df26cb57 /gui/mainwindow.h
parentac5285bdd7fde00f9d35810ac5cde555dc4fbdf1 (diff)
quiet clang warning about mismatched types
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index ee25fb3b..97d6619b 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;