Commit cff02c8c authored by jean-pierre charras's avatar jean-pierre charras

Commit forgotten changes.

parent 711c8367
...@@ -140,6 +140,7 @@ TRACK* Marque_Une_Piste( BOARD* aPcb, ...@@ -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, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment