aboutsummaryrefslogtreecommitdiff
path: root/src/array.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-06-09 04:52:15 +0000
committerMike Buland <eichlan@xagasoft.com>2010-06-09 04:52:15 +0000
commit5e5fa99148a14f45d162b43dfbf31db3eb110f0d (patch)
treed7625a0462727d39871cbf6dc67eb3d7c8e9e9af /src/array.h
parent180deaae4ea6803d333af5407783d277f10d9124 (diff)
downloadlibbu++-5e5fa99148a14f45d162b43dfbf31db3eb110f0d.tar.gz
libbu++-5e5fa99148a14f45d162b43dfbf31db3eb110f0d.tar.bz2
libbu++-5e5fa99148a14f45d162b43dfbf31db3eb110f0d.tar.xz
libbu++-5e5fa99148a14f45d162b43dfbf31db3eb110f0d.zip
Wow, part of array was mislinked in the SharedCore conversion and never fixed.
Diffstat (limited to '')
-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: