Use better names for the Impl accessor methods

This commit is contained in:
Robin Dunn
2020-04-02 13:21:49 -07:00
parent a7fd4db107
commit 6f79567f3b
4 changed files with 27 additions and 27 deletions

View File

@@ -136,8 +136,8 @@ protected:
// Helpers to safely access methods in the wxAnimationGTKImpl that are
// specific to the gtk implementation
GdkPixbufAnimation *animation_GetPixbuf() const;
void animation_SetPixbuf(GdkPixbufAnimation* p);
GdkPixbufAnimation *AnimationImplGetPixbuf() const;
void AnimationImplSetPixbuf(GdkPixbufAnimation* p);
protected: // internal vars