summaryrefslogtreecommitdiffstats
path: root/sigencore/Client.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-06 00:32:04 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-06 00:32:04 -0500
commit1bbfa36a7f9960bfbe8468ff60facba45f396cd4 (patch)
treec80e67d55ce8c14eb1a5e9d025d98972a337f4d3 /sigencore/Client.cpp
parent68817e9709abcdaf4f365e4836215c5d5a38085a (diff)
downloadsigen-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.cpp5
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)
{
}