diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:36:11 +0000 |
commit | c2d82a9ad673ccef3c783db5a09b71a1f88036e0 (patch) | |
tree | 81e11a9f97e19fded46d8a8934c871e69bec40af /x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C | |
parent | Update to 2.0.36. (diff) |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=86172
Diffstat (limited to 'x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C')
-rw-r--r-- | x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C b/x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C new file mode 100644 index 000000000000..73dec33f02da --- /dev/null +++ b/x11-toolkits/viewklass/files/patch-VkAlignmentGroup.C @@ -0,0 +1,11 @@ +--- ./VkAlignmentGroup.C.orig Wed Jul 23 02:44:15 2003 ++++ ./VkAlignmentGroup.C Wed Jul 23 02:45:22 2003 +@@ -36,6 +36,8 @@ + + #include <Vk/VkAlignmentGroup.h> + ++using std::endl; ++ + VkAlignmentGroup::VkAlignmentGroup() + : VkWidgetList(), + _maxWidth(0), |