From 903edc9349869f230991892795d4c1d5075d236b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 30 Sep 2016 22:28:36 +0200 Subject: [PATCH] [DEV/API] change .h in .hpp --- date/date.cpp | 2 +- date/{date.h => date.hpp} | 0 lutin_date.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename date/{date.h => date.hpp} (100%) diff --git a/date/date.cpp b/date/date.cpp index 314ad90..fa14b46 100644 --- a/date/date.cpp +++ b/date/date.cpp @@ -6,7 +6,7 @@ * @license BSD v3 (see license file) */ -#include +#include #ifndef BUILD_YEAR #define BUILD_YEAR 1070 #endif diff --git a/date/date.h b/date/date.hpp similarity index 100% rename from date/date.h rename to date/date.hpp diff --git a/lutin_date.py b/lutin_date.py index a376f55..1a36e43 100644 --- a/lutin_date.py +++ b/lutin_date.py @@ -30,7 +30,7 @@ def create(target, module_name): 'date/date.cpp' ]) my_module.add_header_file([ - 'date/date.h' + 'date/date.hpp' ]) now = datetime.datetime.now() my_module.add_flag('c++', [