aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-21 18:31:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-21 18:31:39 +0000
commit935a3e9f0444b6fd6a75b40e0995f29f80adad2d (patch)
tree1f671a2f1f6adab27f9e7a4240cc5837bc981ee7 /x11-toolkits/gtkmm20/files
parent06194a22a175a382b8c0823f504b095753b41bda (diff)
Update to 2.2.2.
Notes
Notes: svn path=/head/; revision=81642
Diffstat (limited to 'x11-toolkits/gtkmm20/files')
-rw-r--r--x11-toolkits/gtkmm20/files/patch-examples_markup_parser.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/gtkmm20/files/patch-examples_markup_parser.cc b/x11-toolkits/gtkmm20/files/patch-examples_markup_parser.cc
deleted file mode 100644
index 25bab4bd093f..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-examples_markup_parser.cc
+++ /dev/null
@@ -1,19 +0,0 @@
---- examples/markup/parser.cc.orig Sat Mar 15 17:28:24 2003
-+++ examples/markup/parser.cc Sat Mar 15 17:31:58 2003
-@@ -19,7 +19,6 @@
- #include <iomanip>
- #include <iostream>
-
--
- namespace
- {
-
-@@ -115,7 +114,7 @@
- void DumpParser::indent()
- {
- if(parse_depth_ > 0)
-- std::cout << std::setw(4 * parse_depth_) << std::right << ' ';
-+ std::cout << std::setw(4 * parse_depth_) << std::ios::right << ' ';
- }
-
- } // anonymous namespace