diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 03:02:38 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-11 03:02:38 +0000 |
commit | dd018163ca8236d587a4899436a3bdea29b95564 (patch) | |
tree | f0ee0d4cb3eda2eb140a3e0a7edb662888a8ad70 /utils | |
parent | 7c557a1191730fba6b87ff8a94c7429aff5940b7 (diff) |
cfg binarization compiles
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@515 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils')
-rw-r--r-- | utils/small_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |