/[enigma]/enigma/px/array2.hh
ViewVC logotype

Diff of /enigma/px/array2.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dheck, Sat Aug 10 20:17:01 2002 UTC revision 1.3 by dheck, Sun Nov 3 14:06:18 2002 UTC
# Line 110  namespace px Line 110  namespace px
110              destroy_elements();              destroy_elements();
111              Array2Base<T,A>::resize(w*h);              Array2Base<T,A>::resize(w*h);
112              std::uninitialized_fill(first, last, val);              std::uninitialized_fill(first, last, val);
113                this->w=w;
114                this->h=h;
115          }          }
116    
117      private:      private:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26