Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aace5df4 authored by James Hawkins's avatar James Hawkins Committed by Gerrit Code Review
Browse files

Merge "libpixelflinger: Fix -Woverloaded-virtual warnings."

parents 63f7a67c 9336b613
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -288,6 +288,14 @@ public:


private:
    // GGLAssembler hides RegisterAllocator's and ARMAssemblerProxy's reset
    // methods by providing a reset method with a different parameter set. The
    // intent of GGLAssembler's reset method is to wrap the inherited reset
    // methods, so make these methods private in order to prevent direct calls
    // to these methods from clients.
    using RegisterAllocator::reset;
    using ARMAssemblerProxy::reset;

    struct tex_coord_t {
        reg_t       s;
        reg_t       t;