Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
52e722c8
Commit
52e722c8
authored
May 01, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/misc/tmpfile.hh: Disallow copy.
parent
a1b3b065
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/misc/tmpfile.hh
View file @
52e722c8
...
...
@@ -52,6 +52,9 @@ namespace spot
typedef
std
::
list
<
temporary_file
*>::
iterator
cleanpos_t
;
SPOT_LOCAL
temporary_file
(
char
*
name
,
cleanpos_t
cp
);
temporary_file
(
const
temporary_file
&
other
)
=
delete
;
virtual
~
temporary_file
()
override
;
const
char
*
name
()
const
...
...
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