diff options
Diffstat (limited to 'Opcode/OPC_MeshInterface.h')
-rw-r--r-- | Opcode/OPC_MeshInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/OPC_MeshInterface.h b/Opcode/OPC_MeshInterface.h index 7770b40..f14d536 100644 --- a/Opcode/OPC_MeshInterface.h +++ b/Opcode/OPC_MeshInterface.h @@ -142,7 +142,7 @@ * \return true if success
*/
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- inline_ bool RemapClient(udword nb_indices, const udword* permutation) const;
+ bool RemapClient(udword nb_indices, const udword* permutation) const;
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
|