Added CERES_ prefix to the DISALLOW macros.

Change-Id: Ib81e9112e8bbc6ed6cb52f21825df0f6e659be51
This commit is contained in:
Sameer Agarwal
2012-05-30 20:34:49 -07:00
parent aa9a83c657
commit 237d659b8d
17 changed files with 29 additions and 27 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class CostFunction {
// number of outputs (residuals).
vector<int16> parameter_block_sizes_;
int num_residuals_;
DISALLOW_COPY_AND_ASSIGN(CostFunction);
CERES_DISALLOW_COPY_AND_ASSIGN(CostFunction);
};
} // namespace ceres