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
@@ -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