~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/helper/recthull.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        }
47
47
        }
48
48
 
49
 
        boost::optional<Rect> const &bounds() const {
 
49
        OptRect const &bounds() const {
50
50
                return _bounds;
51
51
        }
52
52
        
53
53
private:
54
 
    boost::optional<Rect> _bounds;
 
54
    OptRect _bounds;
55
55
};
56
56
 
57
57
} /* namespace Geom */