diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-01-07 22:00:50 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-01-07 22:00:50 +0000 |
| commit | c181f9a5ec2396ef71d1367cb61dc24f4d874eaa (patch) | |
| tree | aaad14700acc5c283e9b73e872d2a5b67cba8861 /src/2geom/rect.h | |
| parent | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson (diff) | |
| download | inkscape-c181f9a5ec2396ef71d1367cb61dc24f4d874eaa.tar.gz inkscape-c181f9a5ec2396ef71d1367cb61dc24f4d874eaa.zip | |
update to 2geom rev.1773
mostly bugfixes
(bzr r7094)
Diffstat (limited to 'src/2geom/rect.h')
| -rw-r--r-- | src/2geom/rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/rect.h b/src/2geom/rect.h index fb42ff92d..fe2cc297b 100644 --- a/src/2geom/rect.h +++ b/src/2geom/rect.h @@ -215,7 +215,7 @@ public: /** * Check whether this OptRect is empty or not. */ - inline bool isEmpty() { return (*this == false); }; + inline bool isEmpty() const { return (*this == false); }; /** * If \c this is empty, copy argument \c b. Otherwise, union with it (and do nothing when \c b is empty) |
