Fix g++ 4.3 issues; add missing <cstring> includes, remove storage class on explicit...
[synfig.git] / ETL / trunk / ETL / _surface.h
index b91ab98..0770b85 100644 (file)
@@ -32,6 +32,7 @@
 #include "_pen.h"
 #include "_misc.h"
 #include <algorithm>
+#include <cstring>
 
 /* === M A C R O S ========================================================= */
 
@@ -495,7 +496,7 @@ public:
                if(y0 > y1) std::swap(y0,y1);
 
                //local variable madness
-               //all things that want to interoperate should provide a default value constructor for = 0
+               //all things that want to inter-operate should provide a default value constructor for = 0
                accumulator_type acum = 0;
                int xi=0,yi=0;
 
@@ -561,7 +562,7 @@ public:
                if(y0 > y1) std::swap(y0,y1);
 
                //local variable madness
-               //all things that want to interoperate should provide a default value constructor for = 0
+               //all things that want to inter-operate should provide a default value constructor for = 0
                accumulator_type acum = 0;
                int xi=0,yi=0;