aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad/files/patch-eeschema_sch_component.cpp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-05-02 16:06:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-05-02 16:06:56 +0000
commitb5dcbe0c96065b06e76967b5be9aad173de4a54b (patch)
tree8324cb20c0a8d52a46fdf8018695ed78ab1491da /cad/kicad/files/patch-eeschema_sch_component.cpp
parent2921fcbcca65c62fe6447603d408fa3e1cda7964 (diff)
downloadports-b5dcbe0c96065b06e76967b5be9aad173de4a54b.tar.gz
ports-b5dcbe0c96065b06e76967b5be9aad173de4a54b.zip
Notes
Diffstat (limited to 'cad/kicad/files/patch-eeschema_sch_component.cpp')
-rw-r--r--cad/kicad/files/patch-eeschema_sch_component.cpp29
1 files changed, 29 insertions, 0 deletions
diff --git a/cad/kicad/files/patch-eeschema_sch_component.cpp b/cad/kicad/files/patch-eeschema_sch_component.cpp
new file mode 100644
index 000000000000..d5e8204c04f1
--- /dev/null
+++ b/cad/kicad/files/patch-eeschema_sch_component.cpp
@@ -0,0 +1,29 @@
+--- eeschema/sch_component.cpp.orig 2013-03-09 21:07:56.000000000 +0100
++++ eeschema/sch_component.cpp 2014-05-01 18:45:07.000000000 +0200
+@@ -1622,7 +1622,7 @@
+ }
+
+
+-void SCH_COMPONENT::GetConnectionPoints( vector< wxPoint >& aPoints ) const
++void SCH_COMPONENT::GetConnectionPoints( std::__1::vector< wxPoint >& aPoints ) const
+ {
+ LIB_PIN* pin;
+ LIB_COMPONENT* component = CMP_LIBRARY::FindLibraryComponent( m_ChipName );
+@@ -1738,7 +1738,7 @@
+ }
+
+
+-void SCH_COMPONENT::GetNetListItem( vector<NETLIST_OBJECT*>& aNetListItems,
++void SCH_COMPONENT::GetNetListItem( std::__1::vector<NETLIST_OBJECT*>& aNetListItems,
+ SCH_SHEET_PATH* aSheetPath )
+ {
+ LIB_COMPONENT* component = CMP_LIBRARY::FindLibraryComponent( GetLibName() );
+@@ -1893,7 +1893,7 @@
+
+ bool SCH_COMPONENT::doIsConnected( const wxPoint& aPosition ) const
+ {
+- vector< wxPoint > pts;
++ std::__1::vector< wxPoint > pts;
+
+ GetConnectionPoints( pts );
+