Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klepl Jiří
asgn
Commits
c450061b
Commit
c450061b
authored
Mar 08, 2020
by
Bednárek David RNDr. Ph.D.
Browse files
missing virtual destructor corrected
parent
4fa0000f
Changes
1
Hide whitespace changes
Inline
Side-by-side
asgn/fmwkng.hpp
View file @
c450061b
...
...
@@ -40,7 +40,7 @@ namespace fmwkng {
class
abstract_element
:
immovable
{
public:
~
abstract_element
()
noexcept
=
default
;
virtual
~
abstract_element
()
noexcept
=
default
;
virtual
element_ptr
clone
()
const
=
0
;
virtual
std
::
size_t
data_size
()
const
=
0
;
virtual
void
data_text
(
std
::
ostream
&
os
,
std
::
size_t
i
)
const
=
0
;
...
...
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