summaryrefslogtreecommitdiff
path: root/src/frontend/profile/cprofilemgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/profile/cprofilemgr.cpp')
-rw-r--r--src/frontend/profile/cprofilemgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/profile/cprofilemgr.cpp b/src/frontend/profile/cprofilemgr.cpp
index 279a562..99e7823 100644
--- a/src/frontend/profile/cprofilemgr.cpp
+++ b/src/frontend/profile/cprofilemgr.cpp
@@ -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.
*
**********/
@@ -48,7 +48,7 @@ const QList<CProfile*>& CProfileMgr::profiles() {
}
/** Creates a new profile with the name "name" (first parameter). @return The profile object */
-CProfile* CProfileMgr::create( const QString name ) {
+CProfile *CProfileMgr::create(const QString &name) {
CProfile* p = new CProfile(QString::null, name);
m_profiles.append(p);