Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-11 03:34:41 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-11 03:34:41 +0400
commitc9dc80111b63fc1b28cae27d6f7ed02ee3bd53db (patch)
tree4e5a52579c7e0451f04b8f18bb25ef989a798939 /extern
parent5083e0737f6413c63ab49b82735333534181d9b4 (diff)
parent245345fba5f44b5c8562c826ca0053fa5bbd2ff3 (diff)
Merged changes in the trunk up to revision 52858.
Congratulations to all trunk devs on the Blender 2.65 release!
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/libmv/simple_pipeline/resect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/libmv/simple_pipeline/resect.cc b/extern/libmv/libmv/simple_pipeline/resect.cc
index 4c9ca6d8677..3929271e66f 100644
--- a/extern/libmv/libmv/simple_pipeline/resect.cc
+++ b/extern/libmv/libmv/simple_pipeline/resect.cc
@@ -57,7 +57,7 @@ struct EuclideanResectCostFunction {
EuclideanResectCostFunction(const vector<Marker> &markers,
const EuclideanReconstruction &reconstruction,
- const Mat3 initial_R)
+ const Mat3 &initial_R)
: markers(markers),
reconstruction(reconstruction),
initial_R(initial_R) {}