From cfeafba1328a39299e17a710675d2597f6ef4bf2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Aug 2003 00:31:52 +0000 Subject: [PATCH] renamed renderer.cpp to ctrlrend.cpp to avoid conflicts with the native renderers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/{renderer.cpp => ctrlrend.cpp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/univ/{renderer.cpp => ctrlrend.cpp} (99%) diff --git a/src/univ/renderer.cpp b/src/univ/ctrlrend.cpp similarity index 99% rename from src/univ/renderer.cpp rename to src/univ/ctrlrend.cpp index 8a0ae893f4..a693d45657 100644 --- a/src/univ/renderer.cpp +++ b/src/univ/ctrlrend.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: univ/renderer.cpp +// Name: univ/ctrlrend.cpp // Purpose: wxControlRenderer implementation // Author: Vadim Zeitlin // Modified by: -- 2.47.2