From: Enar Väikene 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://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=commitdiff_plain;h=c1d9e0bfa3884fd0140d69296c6b131790e150ed 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 { /**