projects
/
evaf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ff4c7
)
Fixed a conflict where our forward declaration did not match the actual declaration...
author
Enar Väikene
<enar@vaikene.net>
Tue, 26 Jul 2011 13:04:08 +0000
(16:04 +0300)
committer
Enar Väikene
<enar@vaikene.net>
Tue, 26 Jul 2011 13:04:08 +0000
(16:04 +0300)
src/apps/PswGen/GUI/gui.h
patch
|
blob
|
history
diff --git
a/src/apps/PswGen/GUI/gui.h
b/src/apps/PswGen/GUI/gui.h
index 359034289e53f39e5f2e3a7bf62d6fc8ab1c37a2..9102945cae1331a8488c116cccd62d277094e5ea 100644
(file)
--- 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 {
/**