[F] Typo.

pull/972/head
Alexandr Arutjunov 2016-08-11 01:02:32 +03:00
parent 778ad7f06f
commit 0dcf4dcd16
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ namespace o3dgc
O3DGCErrorCode DecodeHeader(IndexedFaceSet<T> & ifs, O3DGCErrorCode DecodeHeader(IndexedFaceSet<T> & ifs,
const BinaryStream & bstream); const BinaryStream & bstream);
//! //!
O3DGCErrorCode DecodePlayload(IndexedFaceSet<T> & ifs, O3DGCErrorCode DecodePayload(IndexedFaceSet<T> & ifs,
const BinaryStream & bstream); const BinaryStream & bstream);
const SC3DMCStats & GetStats() const { return m_stats;} const SC3DMCStats & GetStats() const { return m_stats;}
unsigned long GetIterator() const { return m_iterator;} unsigned long GetIterator() const { return m_iterator;}

View File

@ -1,4 +1,4 @@
/* /*
Copyright (c) 2013 Khaled Mammou - Advanced Micro Devices, Inc. Copyright (c) 2013 Khaled Mammou - Advanced Micro Devices, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
@ -136,7 +136,7 @@ namespace o3dgc
return O3DGC_OK; return O3DGC_OK;
} }
template<class T> template<class T>
O3DGCErrorCode SC3DMCDecoder<T>::DecodePlayload(IndexedFaceSet<T> & ifs, O3DGCErrorCode SC3DMCDecoder<T>::DecodePayload(IndexedFaceSet<T> & ifs,
const BinaryStream & bstream) const BinaryStream & bstream)
{ {
O3DGCErrorCode ret = O3DGC_OK; O3DGCErrorCode ret = O3DGC_OK;