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/AppCanvas.h')
-rwxr-xr-xsource/blender/freestyle/intern/app_blender/AppCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppCanvas.h b/source/blender/freestyle/intern/app_blender/AppCanvas.h
index 773bfc7f539..0eb1faa2549 100755
--- a/source/blender/freestyle/intern/app_blender/AppCanvas.h
+++ b/source/blender/freestyle/intern/app_blender/AppCanvas.h
@@ -48,7 +48,7 @@ public:
inline const AppGLWidget * viewer() const {return _pViewer;}
/*! modifiers */
- void SetViewer(AppGLWidget *iViewer) ;
+ void setViewer(AppGLWidget *iViewer) ;
};