From fdaa2920eb21fff3320a17e9239e04dfadecdb00 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 18 Apr 2015 14:38:54 -0300 Subject: Updated copyright year in all headers --- core/reference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/reference.h') diff --git a/core/reference.h b/core/reference.h index 64d7a7acad..54838e0570 100644 --- a/core/reference.h +++ b/core/reference.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ -- cgit v1.2.3 From b66b86b05eca3b557700d0249fc3874099056638 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 18 Apr 2015 19:06:58 -0300 Subject: -Fixed post-import script-reload buf, fixes #1683 --- core/reference.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/reference.h') diff --git a/core/reference.h b/core/reference.h index 54838e0570..544da41044 100644 --- a/core/reference.h +++ b/core/reference.h @@ -53,6 +53,7 @@ public: bool init_ref(); void reference(); bool unreference(); + int reference_get_count() const; Reference(); ~Reference(); -- cgit v1.2.3