Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
6b8a3239
Verified
Commit
6b8a3239
authored
Jun 07, 2020
by
Justin Carpentier
Browse files
windows: fix symbol exports
parent
e9ad128c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/model.hxx
View file @
6b8a3239
...
...
@@ -343,13 +343,13 @@ namespace pinocchio
typedef
UrdfVisitorBaseTpl
<
double
,
0
>
UrdfVisitorBase
;
void
PINOCCHIO_DLL
EXPORT
parseRootTree
(
const
::
urdf
::
ModelInterface
*
urdfTree
,
void
PINOCCHIO_DLL
API
parseRootTree
(
const
::
urdf
::
ModelInterface
*
urdfTree
,
UrdfVisitorBase
&
model
);
void
PINOCCHIO_DLL
EXPORT
parseRootTree
(
const
std
::
string
&
filename
,
void
PINOCCHIO_DLL
API
parseRootTree
(
const
std
::
string
&
filename
,
UrdfVisitorBase
&
model
);
void
PINOCCHIO_DLL
EXPORT
parseRootTreeFromXML
(
const
std
::
string
&
xmlString
,
void
PINOCCHIO_DLL
API
parseRootTreeFromXML
(
const
std
::
string
&
xmlString
,
UrdfVisitorBase
&
model
);
}
...
...
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