octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI, cvs compile fails


From: John W. Eaton
Subject: Re: FYI, cvs compile fails
Date: Sun, 03 Feb 2008 07:14:31 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]