From 53427dd38504d7c427e3bc9857da2d5dc252417c Mon Sep 17 00:00:00 2001 From: Vulpovile Date: Sat, 4 Nov 2023 00:31:00 -0700 Subject: [PATCH] Made impl name clearer --- Blocks3D.vcproj | 2 +- .../{ReflectionProperty_imp.h => ReflectionProperty_impl.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/include/{ReflectionProperty_imp.h => ReflectionProperty_impl.h} (100%) diff --git a/Blocks3D.vcproj b/Blocks3D.vcproj index 3e734e7..024f60e 100644 --- a/Blocks3D.vcproj +++ b/Blocks3D.vcproj @@ -988,7 +988,7 @@ > diff --git a/src/include/ReflectionProperty_imp.h b/src/include/ReflectionProperty_impl.h similarity index 100% rename from src/include/ReflectionProperty_imp.h rename to src/include/ReflectionProperty_impl.h