mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Added CERES_ prefix to the DISALLOW macros.
Change-Id: Ib81e9112e8bbc6ed6cb52f21825df0f6e659be51
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user