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

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

Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1
üst 191cbcc1
...@@ -149,10 +149,7 @@ public: ...@@ -149,10 +149,7 @@ public:
} }
/// Returns the current vcl::Window of the component. /// Returns the current vcl::Window of the component.
virtual vcl::Window* getWindow() virtual vcl::Window* getWindow() = 0;
{
return 0;
}
}; };
} // namespace vcl } // 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