Add missing override for QWaylandClientExtensionTemplate::bind
Change-Id: Id8dabf1e54cb2f6fda2d8ac41b4c63bb68f835f5 Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: Erik Larsson <erik@ortogonal.com> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
parent
bd668a31d6
commit
5ba3b471b1
@ -95,7 +95,7 @@ public:
|
||||
return T::interface();
|
||||
}
|
||||
|
||||
void bind(struct ::wl_registry *registry, int id, int ver)
|
||||
void bind(struct ::wl_registry *registry, int id, int ver) override
|
||||
{
|
||||
T* instance = static_cast<T *>(this);
|
||||
// Make sure lowest version is used of the supplied version from the
|
||||
|
Loading…
x
Reference in New Issue
Block a user