mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1148708: Add missing 'override' annotations in DocAccessibleChild.h. rs=ehsan
This commit is contained in:
parent
ba573d927e
commit
91eb3da43f
@ -376,20 +376,20 @@ public:
|
||||
uint32_t* aModifierMask) override;
|
||||
|
||||
virtual bool RecvCurValue(const uint64_t& aID,
|
||||
double* aValue);
|
||||
double* aValue) override;
|
||||
|
||||
virtual bool RecvSetCurValue(const uint64_t& aID,
|
||||
const double& aValue,
|
||||
bool* aRetVal);
|
||||
bool* aRetVal) override;
|
||||
|
||||
virtual bool RecvMinValue(const uint64_t& aID,
|
||||
double* aValue);
|
||||
double* aValue) override;
|
||||
|
||||
virtual bool RecvMaxValue(const uint64_t& aID,
|
||||
double* aValue);
|
||||
double* aValue) override;
|
||||
|
||||
virtual bool RecvStep(const uint64_t& aID,
|
||||
double* aStep);
|
||||
double* aStep) override;
|
||||
|
||||
virtual bool RecvTakeFocus(const uint64_t& aID) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user