summaryrefslogtreecommitdiff
path: root/interchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'interchange.cxx')
-rw-r--r--interchange.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/interchange.cxx b/interchange.cxx
index 5a574e0..5b39309 100644
--- a/interchange.cxx
+++ b/interchange.cxx
@@ -5,10 +5,11 @@ namespace QInterchange {
static Interchange* interchange;
- Interchange::Interchange(char const* sampleURL, char const* image_Dir, char const* certificate)
+ Interchange::Interchange(char const* sampleURL, char const* image_Dir,
+ char const* cookie, char const* certificate)
{
interchange = this;
- interchange_init(sampleURL, image_Dir, certificate);
+ interchange_init(sampleURL, image_Dir, cookie, certificate);
}
Interchange::~Interchange()