FYI, cvs compile fails

John W. Eaton jwe at bevo.che.wisc.edu
Sun Feb 3 06:14:31 CST 2008


On  3-Feb-2008, Shai Ayal wrote:

| Sorry, it is  a silly typo
| please try the following patch
| 
| Shai
| 
| Index: graphics.h.in
| ===================================================================
| RCS file: /cvs/octave/src/graphics.h.in,v
| retrieving revision 1.53
| diff -u -r1.53 graphics.h.in
| --- graphics.h.in	2 Feb 2008 18:23:50 -0000	1.53
| +++ graphics.h.in	3 Feb 2008 04:23:12 -0000
| @@ -187,7 +187,7 @@
|  public:
|    base_scaler (void) { }
| 
| -  virtual ~base_scalar (void) { }
| +  virtual ~base_scaler (void) { }
| 
|    virtual Matrix scale (const Matrix& m) const
|      {

I fixed this.

Thanks,

jwe


More information about the Octave-maintainers mailing list