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
af2498c9
Commit
af2498c9
authored
Apr 16, 2018
by
Simon Spannagel
Browse files
Increment ClassDef for GuiDisplay
parent
5dfad0ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objects/GuiDisplay.h
View file @
af2498c9
...
...
@@ -81,9 +81,8 @@ namespace corryvreckan {
// Exit the monitoring
inline
void
Exit
()
{
raise
(
SIGINT
);
}
// ROOT I/O class definition - update version number when you change this
// class!
ClassDef
(
GuiDisplay
,
0
)
// ROOT I/O class definition - update version number when you change this class!
ClassDef
(
GuiDisplay
,
1
)
};
}
// namespace corryvreckan
...
...
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