From 1bbfa36a7f9960bfbe8468ff60facba45f396cd4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 6 Feb 2009 00:32:04 -0500 Subject: Client handles Sigmod pointer now --- sigencore/Client.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sigencore/Client.cpp') 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) { } -- cgit