ecere/com/containers/LinkList: Fixed issue in 32 bit
authorJerome St-Louis <jerome@ecere.com>
Tue, 2 Dec 2014 04:07:27 +0000 (23:07 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sun, 15 Feb 2015 18:50:47 +0000 (13:50 -0500)
commitdb4a23aef6e73e9cf2903bd5528270ea7fd33a2e
treea863263b1353de8a14d598f136c8f36874494159
parent9bc137fee6190d9c9e6d9e165677add3e4bef0aa
ecere/com/containers/LinkList: Fixed issue in 32 bit
- Incompatible prototype being used for LinkList::Delete
   (64 bit template parameter vs. pointer)
ecere/src/com/containers/LinkList.ec