diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-10 06:34:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-12-10 06:34:16 +0000 |
| commit | 56463b136ed6f22f538f19d3ccc31e3ca0be5c57 (patch) | |
| tree | 15d43afe96637e54592ce18137a2e9d30ef55a96 /src | |
| parent | b34c1a8d56324c5e0702c533d23b13ace9ba5f45 (diff) | |
| download | qmmp-56463b136ed6f22f538f19d3ccc31e3ca0be5c57.tar.gz qmmp-56463b136ed6f22f538f19d3ccc31e3ca0be5c57.tar.bz2 qmmp-56463b136ed6f22f538f19d3ccc31e3ca0be5c57.zip | |
fixed Output destructor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3057 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/output.h b/src/qmmp/output.h index 53b3d2984..39bf678a5 100644 --- a/src/qmmp/output.h +++ b/src/qmmp/output.h @@ -38,7 +38,7 @@ public: /*! * Destructor. */ - ~Output(); + virtual ~Output(); /*! * Prepares object for usage and setups required audio parameters. * Subclass should reimplement this function. |
