diff --git a/graphics/gtimelapse/files/patch-src__gtimelapse.cpp b/graphics/gtimelapse/files/patch-src__gtimelapse.cpp index cd0caafc8e94..de420ad6af32 100644 --- a/graphics/gtimelapse/files/patch-src__gtimelapse.cpp +++ b/graphics/gtimelapse/files/patch-src__gtimelapse.cpp @@ -1,6 +1,6 @@ --- src/gtimelapse.cpp.orig 2009-06-08 12:13:59 UTC +++ src/gtimelapse.cpp -@@ -155,7 +155,11 @@ wxPanel *display_widgets (wxPanel *panel +@@ -155,7 +155,11 @@ wxPanel *display_widgets (wxPanel *panel, CameraWidget //cout << "type: RADIO" << endl; //cout << "current: " << current << endl; @@ -12,7 +12,7 @@ for ( i=0; iDisable(); + button4->Enable(); +- thread = CreateThread(); ++ ::thread = CreateThread(); + +- if ( thread->Run() != wxTHREAD_NO_ERROR ){ ++ if ( ::thread->Run() != wxTHREAD_NO_ERROR ){ + wxLogError(wxT("Can't start thread!")); + }else{ + //cout << "Thread started." << endl;