diff --git a/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h b/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h index 2e8d66e..d342569 100644 --- a/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h +++ b/src/draco/compression/point_cloud/algorithms/float_points_tree_decoder.h @@ -37,7 +37,7 @@ class FloatPointsTreeDecoder { #ifndef DRACO_OLD_GCC template bool DecodePointCloud(DecoderBuffer *buffer, OutputIteratorT &&out); -#endif // BUILD_OLD_GCC +#endif // DRACO_OLD_GCC // Initializes a DecoderBuffer from |data|, and calls function above. template @@ -85,7 +85,7 @@ bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer, OutputIteratorT local = std::forward(out); return DecodePointCloud(buffer, local); } -#endif // BUILD_OLD_GCC +#endif // DRACO_OLD_GCC template bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,