From fedabae5d001017035b789a992e18c02a97d419c Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: 周一, 22 4月 2019 01:39:28 +0800 Subject: [PATCH] pass by reference as performance optimization --- src/library/api/Licensepp-features.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/api/Licensepp-features.h b/src/library/api/Licensepp-features.h index 7cd54a3..88e41ab 100644 --- a/src/library/api/Licensepp-features.h +++ b/src/library/api/Licensepp-features.h @@ -7,7 +7,7 @@ #endif enum FEATURE_NAMES { - FEATURE1 -}; + FEATURE1, +} #endif -- Gitblit v1.9.1