diff options
Diffstat (limited to 'include/godot_cpp/classes/ref.hpp')
-rw-r--r-- | include/godot_cpp/classes/ref.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/classes/ref.hpp b/include/godot_cpp/classes/ref.hpp index 0e65f48..16e418d 100644 --- a/include/godot_cpp/classes/ref.hpp +++ b/include/godot_cpp/classes/ref.hpp @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef GODOT_CPP_REF_HPP -#define GODOT_CPP_REF_HPP +#ifndef GODOT_REF_HPP +#define GODOT_REF_HPP #include <godot_cpp/core/defs.hpp> @@ -281,4 +281,4 @@ struct GetTypeInfo<const Ref<T> &, typename EnableIf<TypeInherits<RefCounted, T> } // namespace godot -#endif // ! GODOT_CPP_REF_HPP +#endif // GODOT_REF_HPP |