comparison src/graphics.h.in @ 12433:02669a1aa070

regexp.cc: avoid deprecated Array<T>:resize function
author John W. Eaton <jwe@octave.org>
date Thu, 10 Feb 2011 00:58:31 -0500
parents 5367bd36b9f8
children 2ed62b9f949e
comparison
equal deleted inserted replaced
12424:afb65a7bc065 12433:02669a1aa070
3735 3735
3736 public: 3736 public:
3737 text (const graphics_handle& mh, const graphics_handle& p) 3737 text (const graphics_handle& mh, const graphics_handle& p)
3738 : base_graphics_object (), xproperties (mh, p) 3738 : base_graphics_object (), xproperties (mh, p)
3739 { 3739 {
3740 xproperties.set_clipping ("off");
3740 xproperties.override_defaults (*this); 3741 xproperties.override_defaults (*this);
3741 } 3742 }
3742 3743
3743 ~text (void) { xproperties.delete_children (); } 3744 ~text (void) { xproperties.delete_children (); }
3744 3745