draco: Fix a couple comment typos in float_points_tree_decoder.h.

This commit is contained in:
Tom Finegan 2019-09-06 12:07:57 -07:00 committed by GitHub
parent 967e8390f6
commit 9fa96af9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class FloatPointsTreeDecoder {
#ifndef DRACO_OLD_GCC
template <class OutputIteratorT>
bool DecodePointCloud(DecoderBuffer *buffer, OutputIteratorT &&out);
#endif // BUILD_OLD_GCC
#endif // DRACO_OLD_GCC
// Initializes a DecoderBuffer from |data|, and calls function above.
template <class OutputIteratorT>
@ -85,7 +85,7 @@ bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,
OutputIteratorT local = std::forward<OutputIteratorT>(out);
return DecodePointCloud(buffer, local);
}
#endif // BUILD_OLD_GCC
#endif // DRACO_OLD_GCC
template <class OutputIteratorT>
bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,