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
OpenFlipper-Free
OpenFlipper
Commits
c3e2502c
Commit
c3e2502c
authored
Nov 16, 2015
by
Jan Möbius
Browse files
Uninitialized variable in postrocessor interface
parent
ad62a3c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
BasePlugin/PostProcessorInterface.hh
View file @
c3e2502c
...
...
@@ -125,7 +125,7 @@ struct DLLEXPORT PostProcessorOutput
// in/out format descriptor
struct
PostProcessorFormatDesc
{
PostProcessorFormatDesc
(
bool
_multisampled
=
false
)
:
supportMultisampling_
(
_multisampled
)
PostProcessorFormatDesc
(
bool
_multisampled
=
false
)
:
supportMultisampling_
(
_multisampled
)
,
outputFormat_
(
PostProcessorFormat_DONTCARE
)
{}
...
...
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