summaryrefslogtreecommitdiffstats
path: root/src/pedro
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-05-13 17:22:10 +0000
committerishmal <ishmal@users.sourceforge.net>2008-05-13 17:22:10 +0000
commit28af69b91a26f308653a049bc2790fb363471b3d (patch)
tree6d0b0ceadaded290c21687b49502995d123bf266 /src/pedro
parentremove warnings (diff)
downloadinkscape-28af69b91a26f308653a049bc2790fb363471b3d.tar.gz
inkscape-28af69b91a26f308653a049bc2790fb363471b3d.zip
remove warnings
(bzr r5668)
Diffstat (limited to 'src/pedro')
-rw-r--r--src/pedro/pedroconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pedro/pedroconfig.h b/src/pedro/pedroconfig.h
index f3fb96e72..be8c6c665 100644
--- a/src/pedro/pedroconfig.h
+++ b/src/pedro/pedroconfig.h
@@ -6,7 +6,7 @@
* Authors:
* Bob Jamison
*
- * Copyright (C) 2005-2007 Bob Jamison
+ * Copyright (C) 2005-2008 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -178,7 +178,7 @@ public:
/**
*
*/
- XmppConfig(const XmppConfig &other)
+ XmppConfig(const XmppConfig &other) : XmppEventTarget(other)
{ assign(other); }
/**