#include "View.h" View::View() { ref = 1; } View *View::getThis() { ref++; return this; }