diff options
author | arved <arved@FreeBSD.org> | 2006-12-22 23:14:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-12-22 23:14:12 +0800 |
commit | 3afedb0c848704f3892cd5edbc6b7a5fd8ed813d (patch) | |
tree | e13196109c7f3dd84fad5f615cbcae1bbc7c634f /graphics/multivideo | |
parent | 5796e7d8c2c049d3a58d143e06b45e885dddfe26 (diff) | |
download | freebsd-ports-gnome-3afedb0c848704f3892cd5edbc6b7a5fd8ed813d.tar.gz freebsd-ports-gnome-3afedb0c848704f3892cd5edbc6b7a5fd8ed813d.tar.zst freebsd-ports-gnome-3afedb0c848704f3892cd5edbc6b7a5fd8ed813d.zip |
Fix build with gcc41
Diffstat (limited to 'graphics/multivideo')
-rw-r--r-- | graphics/multivideo/files/patch-my_thread_process.hh | 11 |
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); |