Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h')
-rw-r--r--source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h b/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h
index cd349803712..e71e85839b1 100644
--- a/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h
+++ b/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h
@@ -79,15 +79,15 @@
A Camera can also be used outside of a QGLViewer or even without OpenGL for its coordinate system
conversion capabilities. Note however that some of them explicitly rely on the presence of a
Z-buffer. \nosubgrouping */
- class Camera
+ class AppGLWidget_Camera
{
public:
- Camera();
- virtual ~Camera();
+ AppGLWidget_Camera();
+ virtual ~AppGLWidget_Camera();
- Camera(const Camera& camera);
- Camera& operator=(const Camera& camera);
+ AppGLWidget_Camera(const AppGLWidget_Camera& camera);
+ AppGLWidget_Camera& operator=(const AppGLWidget_Camera& camera);
/*! Enumerates the two possible types of Camera.