From kde-bugs-dist Thu Feb 28 23:48:19 2002 From: owner () bugs ! kde ! org (Stephan Kulow) Date: Thu, 28 Feb 2002 23:48:19 +0000 To: kde-bugs-dist Subject: Bug#37483: marked as done (compile error in /arts/flow/stdsynthmodule.h) by Stefan Westerfeld To: submit@bugs.kde.org Subject: compile error in /arts/flow/stdsynthmodule.h From: Costin Grigoras Package: arts Version: KDE 2.2.2 Severity: normal Installed from: Compiled From Sources Compiler: gcc 3.0.3 OS: Linux OS/Compiler notes: Not Specified The error was on line 39: class StdSynthModule : virtual public SynthModule_base { You should specify the namespace too: class StdSynthModule : virtual public Arts::SynthModule_base { and then the source compiles ok. (Submitted via bugs.kde.org)