6cfdb55
--- ETL/_surface.h~	2016-11-30 04:59:46.000000000 -0600
6cfdb55
+++ ETL/_surface.h	2017-03-07 08:08:04.027014347 -0600
6cfdb55
@@ -190,7 +190,7 @@
6cfdb55
 
6cfdb55
 	value_prep_type cooker_;
6cfdb55
 
6cfdb55
-	void swap(const surface &x)
6cfdb55
+	void swap(surface &x)
6cfdb55
 	{
6cfdb55
 		std::swap(data_,x.data_);
6cfdb55
 		std::swap(zero_pos_,x.zero_pos_);