diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 13:58:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-23 13:58:37 +0000 |
commit | 137d75f63245468e5bd363d81da2cdad9f275823 (patch) | |
tree | 67bf64f242b0bb3e511e1ae209ca9a9ef662e081 /math | |
parent | 2caaee844ec34bbb295dc5c59aad8a74efebaaf5 (diff) |
Add a patch i forgot with the last commit
Notes
Notes:
svn path=/head/; revision=70846
Diffstat (limited to 'math')
-rw-r--r-- | math/graphthing/files/patch-matrix.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-matrix.h b/math/graphthing/files/patch-matrix.h new file mode 100644 index 000000000000..04968852aa95 --- /dev/null +++ b/math/graphthing/files/patch-matrix.h @@ -0,0 +1,17 @@ +--- src/matrix.h.orig Thu Nov 28 05:36:37 2002 ++++ src/matrix.h Thu Nov 28 05:40:53 2002 +@@ -24,12 +24,13 @@ + ~MatrixRep (); + }; + +- MatrixRep *rep; + + void unref (); + void mutator (); + + public: ++ MatrixRep *rep; ++ + Matrix (unsigned int _rows, unsigned int _columns); + Matrix (const Matrix &other); + ~Matrix (); |