Code

remove warnings
[inkscape.git] / src / pedro / pedroconfig.h
index f3fb96e72e5704ac4b171b924957583d116bfcc7..be8c6c665b8297bf3becefea1398089ceb68be35 100644 (file)
@@ -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); }
 
     /**