From 2ea4e2afa4c3e050979acf9c8e173a1dd99ba00c Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 2 Oct 2021 00:11:08 +0200 Subject: Removed forced inline from erroneous remap function --- Opcode/OPC_MeshInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode') 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; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /** -- cgit v1.1