[F] Typo.
authorAlexandr Arutjunov <smal.root@gmail.com>
Wed, 10 Aug 2016 22:02:32 +0000 (01:02 +0300)
committerAlexandr Arutjunov <smal.root@gmail.com>
Wed, 10 Aug 2016 22:02:32 +0000 (01:02 +0300)
contrib/Open3DGC/o3dgcSC3DMCDecoder.h
contrib/Open3DGC/o3dgcSC3DMCDecoder.inl

index 1200c85..f3f1617 100644 (file)
@@ -59,7 +59,7 @@ namespace o3dgc
         O3DGCErrorCode              DecodeHeader(IndexedFaceSet<T> & ifs,
                                                  const BinaryStream & bstream);
         //!                         
-        O3DGCErrorCode              DecodePlayload(IndexedFaceSet<T> & ifs,
+               O3DGCErrorCode              DecodePayload(IndexedFaceSet<T> & ifs,
                                                   const BinaryStream & bstream);
         const SC3DMCStats &         GetStats()    const { return m_stats;}
         unsigned long               GetIterator() const { return m_iterator;}
index 040b405..d36b62f 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
 Copyright (c) 2013 Khaled Mammou - Advanced Micro Devices, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -136,7 +136,7 @@ namespace o3dgc
         return O3DGC_OK;
     }
     template<class T>
-    O3DGCErrorCode SC3DMCDecoder<T>::DecodePlayload(IndexedFaceSet<T> & ifs,
+       O3DGCErrorCode SC3DMCDecoder<T>::DecodePayload(IndexedFaceSet<T> & ifs,
                                                     const BinaryStream & bstream)
     {
         O3DGCErrorCode ret = O3DGC_OK;