Add a comment about who is responsible to clean up.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42226 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2011-06-18 01:29:27 +00:00
parent 6c7a658d1c
commit 6e1a22610f

View File

@ -31,6 +31,8 @@ public:
int32 Index() const;
SummandList* LeftSide();
/*! This just overwrites the current list. The caller has to take
care about the old left side, i.e. delete it. */
void SetLeftSide(SummandList* summands);
void SetLeftSide(double coeff1, Variable* var1);