diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 2ec7a7e14706..4915fa0e347a 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -129,6 +129,8 @@ public: bool operator!=( const Graphic& rGraphic ) const; bool operator!() const; + operator bool() const; + void Clear(); GraphicType GetType() const; |