summaryrefslogtreecommitdiff
path: root/src/frontend/profile/cprofilemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/profile/cprofilemgr.h')
-rw-r--r--src/frontend/profile/cprofilemgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/profile/cprofilemgr.h b/src/frontend/profile/cprofilemgr.h
index 462ce93..7f5edcf 100644
--- a/src/frontend/profile/cprofilemgr.h
+++ b/src/frontend/profile/cprofilemgr.h
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2008 by the BibleTime developers.
+* Copyright 1999-2011 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -28,7 +28,7 @@ class CProfileMgr {
/** Creates a new profile with the name "name" (first parameter).
* @return The profile object
*/
- CProfile* create( const QString name );
+ CProfile *create(const QString &name);
/**
* @return a list of available profiles
*/