Merge pull request #42873 from Yetizone/HeaderGuardUpdate

node_3d_editor_plugin.h: Update header guard
This commit is contained in:
Rémi Verschelde 2020-10-18 15:10:45 +02:00 committed by GitHub
commit 0cee302192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#ifndef SPATIAL_EDITOR_PLUGIN_H
#define SPATIAL_EDITOR_PLUGIN_H
#ifndef NODE_3D_EDITOR_PLUGIN_H
#define NODE_3D_EDITOR_PLUGIN_H
#include "editor/editor_node.h"
#include "editor/editor_plugin.h"
@ -890,4 +890,4 @@ public:
virtual ~EditorNode3DGizmoPlugin();
};
#endif
#endif // NODE_3D_EDITOR_PLUGIN_H