From 5b6a409e0818529ca4ac1c080bd091437eae2911 Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 11 Aug 2010 03:02:38 +0000 Subject: cfg binarization compiles git-svn-id: https://ws10smt.googlecode.com/svn/trunk@515 ec762483-ff6d-05da-a07a-a48fb63a330f --- utils/small_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/small_vector.h') diff --git a/utils/small_vector.h b/utils/small_vector.h index ae1e5727..077a524a 100644 --- a/utils/small_vector.h +++ b/utils/small_vector.h @@ -246,7 +246,7 @@ public: return !(a==b); } - void swap(Self& o) const { + void swap(Self& o) { swap_pod(*this,o); } -- cgit v1.2.3