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
c5e14ef1
Commit
c5e14ef1
authored
Jul 14, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wxJoin version dependency change
parent
3aef4252
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
prependpath.cpp
common/prependpath.cpp
+1
-1
class_treeproject_item.h
kicad/class_treeproject_item.h
+1
-5
No files found.
common/prependpath.cpp
View file @
c5e14ef1
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#if !wxCHECK_VERSION(
3, 0
, 0 )
#if !wxCHECK_VERSION(
2, 9
, 0 )
// implement missing wx2.8 function until >= wx3.0 pervades.
// implement missing wx2.8 function until >= wx3.0 pervades.
static
wxString
wxJoin
(
const
wxArrayString
&
arr
,
const
wxChar
sep
,
static
wxString
wxJoin
(
const
wxArrayString
&
arr
,
const
wxChar
sep
,
...
...
kicad/class_treeproject_item.h
View file @
c5e14ef1
...
@@ -27,11 +27,7 @@ public:
...
@@ -27,11 +27,7 @@ public:
void
SetType
(
TreeFileType
aType
)
{
m_Type
=
aType
;
}
void
SetType
(
TreeFileType
aType
)
{
m_Type
=
aType
;
}
const
wxString
&
GetFileName
()
const
{
return
m_file_name
;
}
const
wxString
&
GetFileName
()
const
{
return
m_file_name
;
}
void
SetFileName
(
const
wxString
&
name
)
void
SetFileName
(
const
wxString
&
name
)
{
m_file_name
=
name
;
}
{
m_file_name
=
name
;
// DBG(printf("%s: '%s'\n", __func__, TO_UTF8( name ) );)
}
bool
IsRootFile
()
const
{
return
m_IsRootFile
;
}
bool
IsRootFile
()
const
{
return
m_IsRootFile
;
}
void
SetRootFile
(
bool
aValue
)
{
m_IsRootFile
=
aValue
;
}
void
SetRootFile
(
bool
aValue
)
{
m_IsRootFile
=
aValue
;
}
...
...
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