diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index 7e2a17680..e8d121692 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -1,10 +1,8 @@ -#ifndef SINGLE_SOURCE_COMPILE - /* * config_mgr.cpp - implementation of class configManager * - * Copyright (c) 2005-2008 Tobias Doerffel - * + * Copyright (c) 2005-2011 Tobias Doerffel + * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * * This program is free software; you can redistribute it and/or @@ -24,7 +22,6 @@ * */ - #include #include #include @@ -454,10 +451,8 @@ void configManager::saveConfigFile() return; } - outfile.write( xml.toUtf8().constData(), xml.length() ); + outfile.write( xml.toUtf8() ); outfile.close(); } - -#endif