Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
39fd1ce6
Commit
39fd1ce6
authored
Oct 09, 2017
by
Simon Spannagel
Browse files
Fix typos in generator functions
parent
36f8f5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/dynamic_algorithm_impl.cpp
View file @
39fd1ce6
...
...
@@ -26,8 +26,8 @@
namespace
corryvreckan
{
extern
"C"
{
Algorithm
*
corryvreckan_
module
_generator
(
Configuration
config
,
Clipboard
*
clipboard
);
Algorithm
*
corryvreckan_
module
_generator
(
Configuration
config
,
Clipboard
*
clipboard
)
{
Algorithm
*
corryvreckan_
algorithm
_generator
(
Configuration
config
,
Clipboard
*
clipboard
);
Algorithm
*
corryvreckan_
algorithm
_generator
(
Configuration
config
,
Clipboard
*
clipboard
)
{
auto
algorithm
=
new
CORRYVRECKAN_ALGORITHM_NAME
(
std
::
move
(
config
),
clipboard
);
// NOLINT
return
static_cast
<
Algorithm
*>
(
algorithm
);
}
...
...
Write
Preview
Supports
Markdown
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