From 65b2ef5b15ae56758f7097df98dbce9ba3fe1454 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 1 Apr 2010 01:15:23 +0000 Subject: Fixed a compiler error in AppCanvas.h (thanks paulhart2). Also fixed a compiler warning in pipeline.c with regard to the missing prototype definition of free_libblock(). --- source/blender/freestyle/intern/application/AppCanvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/application/AppCanvas.h b/source/blender/freestyle/intern/application/AppCanvas.h index 5f27f97c8d5..42b3c7fdb50 100755 --- a/source/blender/freestyle/intern/application/AppCanvas.h +++ b/source/blender/freestyle/intern/application/AppCanvas.h @@ -40,7 +40,7 @@ public: /*! accessors */ virtual int width() const ; virtual int height() const ; - virtual BBox AppCanvas::border() const ; + virtual BBox border() const ; AppView *_pViewer; inline const AppView * viewer() const {return _pViewer;} -- cgit v1.2.3