diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index bb891ab97f7b..5b3d4681088a 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -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 |