diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-06 00:32:04 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-06 00:32:04 -0500 |
| commit | 1bbfa36a7f9960bfbe8468ff60facba45f396cd4 (patch) | |
| tree | c80e67d55ce8c14eb1a5e9d025d98972a337f4d3 /sigencore/Client.cpp | |
| parent | 68817e9709abcdaf4f365e4836215c5d5a38085a (diff) | |
| download | sigen-1bbfa36a7f9960bfbe8468ff60facba45f396cd4.tar.gz sigen-1bbfa36a7f9960bfbe8468ff60facba45f396cd4.tar.xz sigen-1bbfa36a7f9960bfbe8468ff60facba45f396cd4.zip | |
Client handles Sigmod pointer now
Diffstat (limited to 'sigencore/Client.cpp')
| -rw-r--r-- | sigencore/Client.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sigencore/Client.cpp b/sigencore/Client.cpp index 625e2674..0c59970b 100644 --- a/sigencore/Client.cpp +++ b/sigencore/Client.cpp @@ -18,8 +18,9 @@ // Header include #include "Client.h" -Sigencore::Client::Client(Sigscript::Config* parent) : - Sigscript::Config(parent) +Sigencore::Client::Client(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* parent) : + Sigscript::Config(parent), + m_sigmod(sigmod) { } |
