Kaydet (Commit) eb1ef5b1 authored tarafından Miklos Vajna's avatar Miklos Vajna

vcl: ITiledRenderable::getWindow() can be pure-virtual now

Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1
(cherry picked from commit e531f846)
üst a8ea266c
......@@ -149,10 +149,7 @@ public:
}
/// Returns the current vcl::Window of the component.
virtual vcl::Window* getWindow()
{
return 0;
}
virtual vcl::Window* getWindow() = 0;
};
} // namespace vcl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment