Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
dfd6ef56
Commit
dfd6ef56
authored
Nov 09, 2018
by
Simon Spannagel
Browse files
Undelete default constructor for SpidSignal
parent
077bffd4
Pipeline
#579517
passed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/objects/SpidrSignal.hpp
View file @
dfd6ef56
...
...
@@ -7,7 +7,7 @@ namespace corryvreckan {
public:
// Constructors and destructors
SpidrSignal
()
=
delete
;
SpidrSignal
()
{}
;
SpidrSignal
(
std
::
string
type
,
double
timestamp
)
:
Object
(
timestamp
),
m_type
(
type
){};
// Set properties
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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