From 40175b4700a73eb94636b7d752e2a923279555b9 Mon Sep 17 00:00:00 2001 From: Benjamin Ellenberger Date: Mon, 4 Jul 2016 19:26:27 +0200 Subject: [PATCH] Changed header guard name. --- examples/Evolution/NN3DWalkers.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/Evolution/NN3DWalkers.h b/examples/Evolution/NN3DWalkers.h index 4f2f4b769..0e6f0c7e6 100755 --- a/examples/Evolution/NN3DWalkers.h +++ b/examples/Evolution/NN3DWalkers.h @@ -13,11 +13,10 @@ subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. */ - -#ifndef NN_3D_WALKERS_H -#define NN_3D_WALKERS_H +#ifndef ET_NN_3D_WALKERS_EXAMPLE_H +#define ET_NN_3D_WALKERS_EXAMPLE_H class CommonExampleInterface* ET_NN3DWalkersCreateFunc(struct CommonExampleOptions& options); -#endif +#endif //ET_NN_3D_WALKERS_EXAMPLE_H