summaryrefslogtreecommitdiff
path: root/dxr3outputthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3outputthread.h')
-rw-r--r--dxr3outputthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxr3outputthread.h b/dxr3outputthread.h
index e50393b..38630ae 100644
--- a/dxr3outputthread.h
+++ b/dxr3outputthread.h
@@ -56,7 +56,7 @@ class cDxr3AudioOutThread : public cDxr3OutputThread
{
public:
cDxr3AudioOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer);
- virtual ~cDxr3AudioOutThread() {}
+ virtual ~cDxr3AudioOutThread();
protected:
void Action();
@@ -71,7 +71,7 @@ class cDxr3VideoOutThread : public cDxr3OutputThread
{
public:
cDxr3VideoOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer);
- virtual ~cDxr3VideoOutThread() {}
+ virtual ~cDxr3VideoOutThread();
protected:
void Action();