-Fixed post-import script-reload buf, fixes #1683

This commit is contained in:
Juan Linietsky
2015-04-18 19:06:58 -03:00
parent 701335e845
commit b66b86b05e
3 changed files with 14 additions and 3 deletions

View File

@ -53,6 +53,7 @@ public:
bool init_ref();
void reference();
bool unreference();
int reference_get_count() const;
Reference();
~Reference();