This commit is contained in:
Sam Gateau 2015-05-20 17:08:19 -07:00
parent 3893dff94f
commit 1a59f4a97c

View file

@ -71,7 +71,7 @@ public:
public:
virtual const State&& getState() const { return getState<T>(*this); }
virtual const Bound&& getBound() const { return getBound<T>(*this); }
virtual void render(Context& context) { render<T>(this*, context); }
virtual void render(Context& context) { render<T>(*this, context); }
protected:
};