aboutsummaryrefslogtreecommitdiff
path: root/graphics/multivideo/files/patch-my_thread_process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/multivideo/files/patch-my_thread_process.hh')
-rw-r--r--graphics/multivideo/files/patch-my_thread_process.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/multivideo/files/patch-my_thread_process.hh b/graphics/multivideo/files/patch-my_thread_process.hh
new file mode 100644
index 000000000000..8c7911164163
--- /dev/null
+++ b/graphics/multivideo/files/patch-my_thread_process.hh
@@ -0,0 +1,11 @@
+--- my_thread_process.hh.orig Fri Dec 22 16:09:57 2006
++++ my_thread_process.hh Fri Dec 22 16:10:18 2006
+@@ -32,7 +32,7 @@
+ sequence* my_sequence;
+ unsigned char * data;
+ unsigned char** data_images;
+- bool my_thread_process::conditions_for_break(int i,type_of_current_reading cr);
++ bool conditions_for_break(int i,type_of_current_reading cr);
+ public:
+ bool should_continue;
+ my_thread_process(my_frame& frame,buffer& buf,sequence& seq);