Author: Carlos Lopez <[email protected]>
Date:   Fri Jun 15 20:24:36 2012 +0200

etl::surface: use int for pitch.

---

 ETL/ETL/_surface.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ETL/ETL/_surface.h b/ETL/ETL/_surface.h
index 32e7741..3f05756 100644
--- a/ETL/ETL/_surface.h
+++ b/ETL/ETL/_surface.h
@@ -79,7 +79,7 @@ public:
 private:
        char *data_;
        char *zero_pos_;
-       typename difference_type::value_type pitch_;
+       int pitch_;
        int w_, h_;
        bool deletable_;
 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to