git-svn-id: svn://db.shs.com.ru/pip@524 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-06-28 08:29:40 +00:00
parent a611b7a996
commit f1ef5df1f9
2 changed files with 11 additions and 3 deletions

View File

@@ -294,7 +294,7 @@ public:
piSwap<T*>(pid_data, other.pid_data);
piSwap<size_t>(pid_size, other.pid_size);
piSwap<size_t>(pid_rsize, other.pid_rsize);
piSwap<size_t>(pid_start, other.pid_start);
piSwap<ssize_t>(pid_start, other.pid_start);
}
typedef int (*CompareFunc)(const T * , const T * );