[Bf-blender-cvs] [c79bec18ef0] sybren-usd: Header guard #define

Sybren A. Stüvel noreply at git.blender.org
Thu Nov 21 10:36:12 CET 2019


Commit: c79bec18ef092e256f7136a0a4c20d174a54c40e
Author: Sybren A. Stüvel
Date:   Fri Nov 15 14:27:27 2019 +0100
Branches: sybren-usd
https://developer.blender.org/rBc79bec18ef092e256f7136a0a4c20d174a54c40e

Header guard #define

===================================================================

M	tests/gtests/blenloader/blendfile_loading_base_test.h

===================================================================

diff --git a/tests/gtests/blenloader/blendfile_loading_base_test.h b/tests/gtests/blenloader/blendfile_loading_base_test.h
index 57aa8fd9e92..bcaf82db06b 100644
--- a/tests/gtests/blenloader/blendfile_loading_base_test.h
+++ b/tests/gtests/blenloader/blendfile_loading_base_test.h
@@ -15,8 +15,8 @@
  *
  * The Original Code is Copyright (C) 2019 by Blender Foundation.
  */
-#ifndef __BLENDFILE_LOADING_TEST_H__
-#define __BLENDFILE_LOADING_TEST_H__
+#ifndef __BLENDFILE_LOADING_BASE_TEST_H__
+#define __BLENDFILE_LOADING_BASE_TEST_H__
 
 #include "testing/testing.h"
 #include <DEG_depsgraph.h>
@@ -60,4 +60,4 @@ class BlendfileLoadingBaseTest : public testing::Test {
   void depsgraph_free();
 };
 
-#endif /* __BLENDFILE_LOADING_TEST_H__ */
+#endif /* __BLENDFILE_LOADING_BASE_TEST_H__ */



More information about the Bf-blender-cvs mailing list