Skip to content

Commit

Permalink
Compile fix for [f56b496]
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Dec 18, 2012
1 parent 1f6f25f commit feb59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythrender_vdpau.cpp
Expand Up @@ -196,7 +196,7 @@ class VDPAUVideoSurface : public VDPAUResource
class VDPAUBitmapSurface : public VDPAUResource
{
public:
VDPAUBitmapSurface() {} : m_fmt(0) {}
VDPAUBitmapSurface() : m_fmt(0) {}
VDPAUBitmapSurface(uint id, QSize size, VdpRGBAFormat fmt)
: VDPAUResource(id, size), m_fmt(fmt) { }

Expand Down

0 comments on commit feb59b0

Please sign in to comment.