From f96ccabce37d4fca6d7a6453d9c4c5a5addf4df6 Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Fri, 6 Oct 2023 15:03:38 +0000
Subject: [PATCH] [Hook] Fix vtable issue and rename file to fit convention.

---
 include/aidge/hook/{execTime.hpp => ExecTime.hpp}       | 0
 include/aidge/hook/{hook.hpp => Hook.hpp}               | 0
 include/aidge/hook/{outputRange.hpp => OutputRange.hpp} | 0
 include/aidge/operator/Operator.hpp                     | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename include/aidge/hook/{execTime.hpp => ExecTime.hpp} (100%)
 rename include/aidge/hook/{hook.hpp => Hook.hpp} (100%)
 rename include/aidge/hook/{outputRange.hpp => OutputRange.hpp} (100%)

diff --git a/include/aidge/hook/execTime.hpp b/include/aidge/hook/ExecTime.hpp
similarity index 100%
rename from include/aidge/hook/execTime.hpp
rename to include/aidge/hook/ExecTime.hpp
diff --git a/include/aidge/hook/hook.hpp b/include/aidge/hook/Hook.hpp
similarity index 100%
rename from include/aidge/hook/hook.hpp
rename to include/aidge/hook/Hook.hpp
diff --git a/include/aidge/hook/outputRange.hpp b/include/aidge/hook/OutputRange.hpp
similarity index 100%
rename from include/aidge/hook/outputRange.hpp
rename to include/aidge/hook/OutputRange.hpp
diff --git a/include/aidge/operator/Operator.hpp b/include/aidge/operator/Operator.hpp
index 3ac651cfd..5b0c199e7 100644
--- a/include/aidge/operator/Operator.hpp
+++ b/include/aidge/operator/Operator.hpp
@@ -20,7 +20,7 @@
 #include "aidge/data/Data.hpp"
 #include "aidge/data/Tensor.hpp"
 #include "aidge/utils/Types.h"
-#include "aidge/hook/hook.hpp"
+#include "aidge/hook/Hook.hpp"
 
 namespace Aidge {
 
-- 
GitLab