diff options
author | Bob Kuehne <rpk@blue0.(none)> | 2011-05-04 08:58:44 -0400 |
---|---|---|
committer | Bob Kuehne <rpk@blue0.(none)> | 2011-05-04 08:58:44 -0400 |
commit | 70feb6589c3e2f3b874051167c50858a522dd77b (patch) | |
tree | ae2093b6cb35f1a78898ad960775e3d3df26cb57 /gui/mainwindow.h | |
parent | ac5285bdd7fde00f9d35810ac5cde555dc4fbdf1 (diff) |
quiet clang warning about mismatched types
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 2 |
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; |