vymmodel.h
changeset 771 01f2f6d6789d
parent 769 a6931cd6309a
child 773 340bc29da9a0
     1.1 --- a/vymmodel.h	Mon May 18 09:41:31 2009 +0000
     1.2 +++ b/vymmodel.h	Mon May 18 11:22:41 2009 +0000
     1.3 @@ -306,7 +306,7 @@
     1.4  	*/	
     1.5  
     1.6  private:	
     1.7 -    BranchItem* addNewBranchInt(int);		// pos allows to add above/below selection
     1.8 +    BranchItem* addNewBranchInt(BranchItem *dst, int pos);	// pos allows to add above/below selection
     1.9  public:	
    1.10  	/*! \Add new branch
    1.11