From: Enar Väikene <enar@vaikene.net>
Date: Tue, 26 Jul 2011 13:04:08 +0000 (+0300)
Subject: Fixed a conflict where our forward declaration did not match the actual declaration... 
X-Git-Url: https://www.vaikene.ee/gitweb/pswgen05.html?a=commitdiff_plain;h=c1d9e0bfa3884fd0140d69296c6b131790e150ed;p=evaf

Fixed a conflict where our forward declaration did not match the actual declaration after changes to interfaces.
---

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 {
 
 /**