From 59d5199828412c66a06cf2523d2bf1d6a7a12f65 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:45:17 +0000 Subject: rename getRenderControl to the more precise createRenderControl --- otk/rendercontrol.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index ff9d313d..fa07cf51 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -46,7 +46,7 @@ protected: public: virtual ~RenderControl(); - static RenderControl *getRenderControl(int screen); + static RenderControl *createRenderControl(int screen); //! Draws a background onto a Surface, as specified by a RenderTexture /*! -- cgit v1.2.3