Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Buehlmann
GenericIO
Commits
8a27d358
Commit
8a27d358
authored
Jun 25, 2020
by
Adrian Pope
Browse files
made requestedExtraSpace a static function to match the version in HACC
parent
fb62a1fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
GenericIO.h
View file @
8a27d358
...
@@ -347,7 +347,7 @@ public:
...
@@ -347,7 +347,7 @@ public:
}
}
public:
public:
std
::
size_t
requestedExtraSpace
()
const
{
static
std
::
size_t
requestedExtraSpace
()
{
return
8
;
return
8
;
}
}
...
...
Write
Preview
Markdown
is supported
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