mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.examples Uncomment destructor code in AndroidMathUtility/Vector.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@9574 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f5c559e7b8
commit
96e18ff142
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Vector::Vector(const Vector& vec)
|
|||
|
||||
Vector::~Vector()
|
||||
{
|
||||
//delete[] data;
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
float Vector::Get(int id) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue