--- linuxsampler/trunk/src/common/Features.h 2008/04/10 17:41:32 1722 +++ linuxsampler/trunk/src/common/Features.h 2008/04/20 08:53:39 1723 @@ -3,7 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005 - 2007 Christian Schoenebeck * + * Copyright (C) 2005 - 2008 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -32,7 +32,7 @@ class Features { public: static void detect(); - static void enableDenormalsAreZeroMode(); + static bool enableDenormalsAreZeroMode(); static String featuresAsString(); #if CONFIG_ASM && ARCH_X86