Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
4c6bbb85
Commit
4c6bbb85
authored
Nov 16, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing uppercase/lowercase problem in an included file (polyline.h is really PolyLine.h).
parent
6a1d5c31
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
class_drawsegment.h
pcbnew/class_drawsegment.h
+1
-1
class_pad.h
pcbnew/class_pad.h
+1
-1
class_pcb_text.h
pcbnew/class_pcb_text.h
+1
-1
class_track.h
pcbnew/class_track.h
+1
-1
No files found.
pcbnew/class_drawsegment.h
View file @
4c6bbb85
...
...
@@ -4,7 +4,7 @@
#ifndef CLASS_DRAWSEGMENT_H
#define CLASS_DRAWSEGMENT_H
#include "
polyl
ine.h"
#include "
PolyL
ine.h"
class
DRAWSEGMENT
:
public
BOARD_ITEM
{
...
...
pcbnew/class_pad.h
View file @
4c6bbb85
...
...
@@ -5,7 +5,7 @@
class
Pcb3D_GLCanvas
;
#include "pad_shapes.h"
#include "
polyl
ine.h"
#include "
PolyL
ine.h"
/* Default layers used for pads, according to the pad type.
* this is default values only, they can be changed for a given pad
...
...
pcbnew/class_pcb_text.h
View file @
4c6bbb85
...
...
@@ -5,7 +5,7 @@
#define CLASS_PCB_TEXT_H
#include "base_struct.h"
#include "
polyl
ine.h"
#include "
PolyL
ine.h"
class
TEXTE_PCB
:
public
BOARD_ITEM
,
public
EDA_TextStruct
{
...
...
pcbnew/class_track.h
View file @
4c6bbb85
...
...
@@ -6,7 +6,7 @@
#define CLASS_TRACK_H
#include "base_struct.h"
#include "
polyl
ine.h"
#include "
PolyL
ine.h"
// Via attributes (m_Shape parmeter)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment