Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hugo Beauzée-Luyssen
flac
Commits
7d3f9bae
Commit
7d3f9bae
authored
Jun 22, 2017
by
Thomas Zander
Committed by
Erik de Castro Lopo
Jun 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FLAC++: Add missing prototype for construct_block
Signed-off-by:
Erik de Castro Lopo
<
erikd@mega-nerd.com
>
parent
8f4dffe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
include/FLAC++/metadata.h
include/FLAC++/metadata.h
+9
-0
No files found.
include/FLAC++/metadata.h
View file @
7d3f9bae
...
...
@@ -226,6 +226,15 @@ namespace FLAC {
inline
void
set_reference
(
bool
x
)
{
is_reference_
=
x
;
}
};
// local utility routines
namespace
local
{
/** Construct a new object of the type provided in object->type and return it. */
Prototype
*
construct_block
(
::
FLAC__StreamMetadata
*
object
);
}
#ifdef _MSC_VER
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
#pragma warning ( disable : 4800 )
...
...
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