diff options
Diffstat (limited to 'src/pedro')
| -rw-r--r-- | src/pedro/pedroconfig.h | 4 |
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); } /** |
