summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Smith <msmith@songbirdnest.com>2009-12-07 10:21:32 -0800
committerMichael Smith <msmith@songbirdnest.com>2009-12-07 10:21:32 -0800
commitbb3ff2d0a7550f4c3edd1d544d2f133fabe68bb5 (patch)
treea6c586823983a924677cafc107d8792db6d9c3f4
parent2bae09947377804c10094a4d16faea4ce31806a6 (diff)
dshowvideosink: spell things more betterer.
-rw-r--r--sys/dshowvideosink/dshowvideosink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dshowvideosink/dshowvideosink.h b/sys/dshowvideosink/dshowvideosink.h
index 003c1805f..9c9d073ce 100644
--- a/sys/dshowvideosink/dshowvideosink.h
+++ b/sys/dshowvideosink/dshowvideosink.h
@@ -45,7 +45,7 @@ typedef struct _GstDshowVideoSinkClass GstDshowVideoSinkClass;
class RendererSupport
{
public:
- virtual ~RenderSupport() {};
+ virtual ~RendererSupport() {};
virtual const char *GetName() = 0;
virtual IBaseFilter *GetFilter() = 0;
virtual gboolean Configure() = 0;