summaryrefslogtreecommitdiff
path: root/src/model/pulsedevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/pulsedevice.h')
-rw-r--r--src/model/pulsedevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/pulsedevice.h b/src/model/pulsedevice.h
index e974508..27aca02 100644
--- a/src/model/pulsedevice.h
+++ b/src/model/pulsedevice.h
@@ -40,7 +40,7 @@ public:
TQWidget *createWidget( TQWidget *parent );
void setPAContext( pa_context *ctx, pa_threaded_mainloop *mainloop );
- void detach(); // called by PulseModel before tearing down the mainloop
+ void detach( bool paAlreadyDead = false );
protected:
void customEvent( TQCustomEvent *e );