diff options
| author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-12 13:44:30 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-12 13:45:42 +0200 |
| commit | b705ff3dabf252d331dd0bae4f49e64f943a402d (patch) | |
| tree | eb337d3158d350654522c93acec817f77e7f9324 | |
| parent | 4d81efda31f40315cf2e2ed34e84e07f9100c002 (diff) | |
| download | qt-creator-b705ff3dabf252d331dd0bae4f49e64f943a402d.tar.gz | |
Fix MSVC's class/vs struct warning.
Change-Id: I5839f979b6fc8687b55dc46917dfc72abd3122a9
Reviewed-on: http://codereview.qt.nokia.com/2913
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
| -rw-r--r-- | src/plugins/git/gitsubmiteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitsubmiteditor.h b/src/plugins/git/gitsubmiteditor.h index 7a484b936b..f00e5abb24 100644 --- a/src/plugins/git/gitsubmiteditor.h +++ b/src/plugins/git/gitsubmiteditor.h @@ -45,7 +45,7 @@ namespace Git { namespace Internal { class GitSubmitEditorWidget; -struct CommitData; +class CommitData; struct GitSubmitEditorPanelData; class GitSubmitEditor : public VCSBase::VCSBaseSubmitEditor |
