diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/ThreadedLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ThreadedLoader.cpp b/src/gui/ThreadedLoader.cpp index a6c9b1ed..c8f65e2b 100644 --- a/src/gui/ThreadedLoader.cpp +++ b/src/gui/ThreadedLoader.cpp @@ -32,7 +32,7 @@ namespace Ingen { namespace GUI { ThreadedLoader::ThreadedLoader(App& app, SharedPtr<Interface> engine) - : Raul::Thread("Loader") + : Raul::Thread() , _app(app) , _sem(0) , _engine(engine) |