Commit forgotten changes.
This commit is contained in:
parent
711c83679e
commit
cff02c8c4d
|
@ -140,6 +140,7 @@ TRACK* Marque_Une_Piste( BOARD* aPcb,
|
||||||
TRACK* aStartSegm,
|
TRACK* aStartSegm,
|
||||||
int* aSegmCount,
|
int* aSegmCount,
|
||||||
int* aTrackLen,
|
int* aTrackLen,
|
||||||
|
int* aLenDie,
|
||||||
bool aReorder )
|
bool aReorder )
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
@ -424,6 +424,7 @@ TRACK* Marque_Une_Piste( BOARD* aPcb,
|
||||||
TRACK* aStartSegm,
|
TRACK* aStartSegm,
|
||||||
int* aSegmCount,
|
int* aSegmCount,
|
||||||
int* aTrackLen,
|
int* aTrackLen,
|
||||||
|
int* aLenDie,
|
||||||
bool aReorder )
|
bool aReorder )
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue