node_3d_editor_plugin.h: Update header guard
This commit is contained in:
parent
5b6a22e275
commit
09356c1f67
1 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@
|
||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
#ifndef SPATIAL_EDITOR_PLUGIN_H
|
#ifndef NODE_3D_EDITOR_PLUGIN_H
|
||||||
#define SPATIAL_EDITOR_PLUGIN_H
|
#define NODE_3D_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
#include "editor/editor_node.h"
|
#include "editor/editor_node.h"
|
||||||
#include "editor/editor_plugin.h"
|
#include "editor/editor_plugin.h"
|
||||||
|
@ -890,4 +890,4 @@ public:
|
||||||
virtual ~EditorNode3DGizmoPlugin();
|
virtual ~EditorNode3DGizmoPlugin();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // NODE_3D_EDITOR_PLUGIN_H
|
||||||
|
|
Loading…
Reference in a new issue