From c532edfe676d0eb7a5a6eac7eb087a92fa997f9c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 2 Apr 2020 12:51:16 -0700 Subject: [PATCH] Fix class names in the header --- include/wx/generic/animate.h | 2 +- src/generic/animateg.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/generic/animate.h b/include/wx/generic/animate.h index f139f9a8ef..d28788830f 100644 --- a/include/wx/generic/animate.h +++ b/include/wx/generic/animate.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/generic/animate.h -// Purpose: wxGenericAnimation and wxGenericAnimationCtrl +// Purpose: wxAnimationGenericImpl and wxGenericAnimationCtrl // Author: Julian Smart and Guillermo Rodriguez Garcia // Modified by: Francesco Montorsi // Created: 13/8/99 diff --git a/src/generic/animateg.cpp b/src/generic/animateg.cpp index badca6bfa9..c5caf3074c 100644 --- a/src/generic/animateg.cpp +++ b/src/generic/animateg.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Name: src/generic/animateg.cpp -// Purpose: wxGenericAnimation and wxGenericAnimationCtrl +// Purpose: wxAnimationGenericImpl and wxGenericAnimationCtrl // Author: Julian Smart and Guillermo Rodriguez Garcia // Modified by: Francesco Montorsi // Created: 13/8/99