From c1d9e0bfa3884fd0140d69296c6b131790e150ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Tue, 26 Jul 2011 16:04:08 +0300 Subject: [PATCH] Fixed a conflict where our forward declaration did not match the actual declaration after changes to interfaces. --- src/apps/PswGen/GUI/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/PswGen/GUI/gui.h b/src/apps/PswGen/GUI/gui.h index 3590342..9102945 100644 --- a/src/apps/PswGen/GUI/gui.h +++ b/src/apps/PswGen/GUI/gui.h @@ -31,8 +31,8 @@ class QPushButton; namespace eVaf { namespace PswGen { - class iGenerator; - class iStorage; + struct iGenerator; + struct iStorage; namespace GUI { /** -- 2.45.0