mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Added CERES_ prefix to the DISALLOW macros.
Change-Id: Ib81e9112e8bbc6ed6cb52f21825df0f6e659be51
This commit is contained in:
@@ -257,7 +257,7 @@ class Problem {
|
||||
private:
|
||||
friend class internal::SolverImpl;
|
||||
internal::scoped_ptr<internal::ProblemImpl> problem_impl_;
|
||||
DISALLOW_COPY_AND_ASSIGN(Problem);
|
||||
CERES_DISALLOW_COPY_AND_ASSIGN(Problem);
|
||||
};
|
||||
|
||||
} // namespace ceres
|
||||
|
||||
Reference in New Issue
Block a user