From 4c6bbb857784a315eb681bdc58517afaae5e0a26 Mon Sep 17 00:00:00 2001 From: charras Date: Mon, 16 Nov 2009 13:57:25 +0000 Subject: [PATCH] fixing uppercase/lowercase problem in an included file (polyline.h is really PolyLine.h). --- pcbnew/class_drawsegment.h | 2 +- pcbnew/class_pad.h | 2 +- pcbnew/class_pcb_text.h | 2 +- pcbnew/class_track.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pcbnew/class_drawsegment.h b/pcbnew/class_drawsegment.h index 11e6aaef8c..1a7f4c9504 100644 --- a/pcbnew/class_drawsegment.h +++ b/pcbnew/class_drawsegment.h @@ -4,7 +4,7 @@ #ifndef CLASS_DRAWSEGMENT_H #define CLASS_DRAWSEGMENT_H -#include "polyline.h" +#include "PolyLine.h" class DRAWSEGMENT : public BOARD_ITEM { diff --git a/pcbnew/class_pad.h b/pcbnew/class_pad.h index 10afc03fee..eee6c2c501 100644 --- a/pcbnew/class_pad.h +++ b/pcbnew/class_pad.h @@ -5,7 +5,7 @@ class Pcb3D_GLCanvas; #include "pad_shapes.h" -#include "polyline.h" +#include "PolyLine.h" /* Default layers used for pads, according to the pad type. * this is default values only, they can be changed for a given pad diff --git a/pcbnew/class_pcb_text.h b/pcbnew/class_pcb_text.h index bb188a5f15..8abae5efdb 100644 --- a/pcbnew/class_pcb_text.h +++ b/pcbnew/class_pcb_text.h @@ -5,7 +5,7 @@ #define CLASS_PCB_TEXT_H #include "base_struct.h" -#include "polyline.h" +#include "PolyLine.h" class TEXTE_PCB : public BOARD_ITEM, public EDA_TextStruct { diff --git a/pcbnew/class_track.h b/pcbnew/class_track.h index bb786f9c99..bf941a1426 100644 --- a/pcbnew/class_track.h +++ b/pcbnew/class_track.h @@ -6,7 +6,7 @@ #define CLASS_TRACK_H #include "base_struct.h" -#include "polyline.h" +#include "PolyLine.h" // Via attributes (m_Shape parmeter)