Compilation: Fix MSVC warnings in the Designer plugin.

This commit is contained in:
Friedemann Kleint
2009-07-28 09:38:20 +02:00
parent 8e14a3d4e4
commit 4f5ce66d50
6 changed files with 5 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
namespace Designer {
namespace Internal {
struct FormClassWizardParameters;
class FormClassWizardParameters;
class FormClassWizard : public Core::BaseFileWizard
{