aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array.h b/src/array.h
index ede43cc..6571c8a 100644
--- a/src/array.h
+++ b/src/array.h
@@ -560,7 +560,7 @@ namespace Bu
560 void swapErase( iterator i ) 560 void swapErase( iterator i )
561 { 561 {
562 _hardCopy(); 562 _hardCopy();
563 swapErase( i.iPos ); 563 core->swapErase( i.iPos );
564 } 564 }
565 565
566 protected: 566 protected: