From cad53befd9f7721ca5c87eb035dbadf1b5d8c849 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sun, 30 Jan 2022 16:17:28 +0800 Subject: [PATCH] Fix mysterious duplicate symbol error --- nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp b/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp index e4d097482..4de28f8b1 100644 --- a/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp +++ b/nel/tools/3d/plugin_max/nel_mesh_lib/StdAfx.cpp @@ -20,5 +20,5 @@ #include "stdafx.h" -void nlmax_mesh_library_stdafx_dummy() { } +void nlmax_mesh_library_stdafx_cpp_dummy() { }