@@ -1,5 +1,5 @@
|
||||
#include "branch.h"
|
||||
|
||||
Branch::Branch(double ratio,const QString& from, const QString& to):ratio(ratio),from(from),to(to)
|
||||
Branch::Branch(const QString& from, const QString& to):from(from),to(to)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user