aboutsummaryrefslogtreecommitdiff
path: root/archivers/rvm/files/patch-table.h
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2007-07-14 10:43:13 +0000
committerLars Engels <lme@FreeBSD.org>2007-07-14 10:43:13 +0000
commitb63a5af39789c9b810dca6c062f531fdb0b9cb1a (patch)
tree7f3f070a41afaa76ebd35e6507a0ad858bf76b2d /archivers/rvm/files/patch-table.h
parent2b910e639e76b832839e911283c146ab2179be44 (diff)
downloadports-b63a5af39789c9b810dca6c062f531fdb0b9cb1a.tar.gz
ports-b63a5af39789c9b810dca6c062f531fdb0b9cb1a.zip
Notes
Diffstat (limited to 'archivers/rvm/files/patch-table.h')
-rw-r--r--archivers/rvm/files/patch-table.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/rvm/files/patch-table.h b/archivers/rvm/files/patch-table.h
new file mode 100644
index 000000000000..64e34f5ec771
--- /dev/null
+++ b/archivers/rvm/files/patch-table.h
@@ -0,0 +1,17 @@
+--- ./table.h.orig 2007-07-14 11:43:40.000000000 +0200
++++ ./table.h 2007-07-14 11:43:59.000000000 +0200
+@@ -121,10 +121,10 @@
+ const table& a_class
+ );
+
+- size_type table::col_width(const size_type a_x) const;
+- size_type table::row_width(void) const;
+- size_type table::col_height(void) const;
+- size_type table::row_height(const size_type a_y) const;
++ size_type col_width(const size_type a_x) const;
++ size_type row_width(void) const;
++ size_type col_height(void) const;
++ size_type row_height(const size_type a_y) const;
+
+ virtual size_type height(void) const;
+ virtual size_type width(void) const;