summaryrefslogtreecommitdiff
path: root/rlvm/textpage-noncopyable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rlvm/textpage-noncopyable.patch')
-rw-r--r--rlvm/textpage-noncopyable.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/rlvm/textpage-noncopyable.patch b/rlvm/textpage-noncopyable.patch
deleted file mode 100644
index 528014f..0000000
--- a/rlvm/textpage-noncopyable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru eglaysher-rlvm-bee99d3/src/Systems/Base/TextPage.hpp eglaysher-rlvm-bee99d3-patched/src/Systems/Base/TextPage.hpp
---- eglaysher-rlvm-bee99d3/src/Systems/Base/TextPage.hpp 2013-02-08 20:55:54.501748530 +0100
-+++ eglaysher-rlvm-bee99d3-patched/src/Systems/Base/TextPage.hpp 2013-02-08 20:56:17.388142606 +0100
-@@ -30,6 +30,7 @@
-
- #include <boost/ptr_container/ptr_vector.hpp>
- #include <boost/function.hpp>
-+#include <boost/noncopyable.hpp>
-
- #include <algorithm>
- #include <string>