Skip to content

Commit

Permalink
MythPainterVulkan: Fix Vulkan build after MythPainter change
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Jul 1, 2020
1 parent 48e054f commit 568b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/vulkan/mythpaintervulkan.h
Expand Up @@ -16,7 +16,7 @@ class MythUniformBufferVulkan;

#define MAX_TEXTURE_COUNT (1000)

class MUI_PUBLIC MythPainterVulkan : public QObject, public MythPainter
class MUI_PUBLIC MythPainterVulkan : public MythPainter
{
Q_OBJECT

Expand Down

0 comments on commit 568b006

Please sign in to comment.