commit | 237d659b8d00cbbf54366656b3d8b34068a03b1c | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Wed May 30 20:34:49 2012 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Wed May 30 21:50:32 2012 -0700 |
tree | f1f604c89afc5d5eed4a035073f0a128f53b90f4 | |
parent | aa9a83c657c863b38d69c21c5fa2213ac472a319 [diff] [blame] |
Added CERES_ prefix to the DISALLOW macros. Change-Id: Ib81e9112e8bbc6ed6cb52f21825df0f6e659be51
diff --git a/internal/ceres/compressed_row_sparse_matrix.h b/internal/ceres/compressed_row_sparse_matrix.h index 9a39d28..c44f1db 100644 --- a/internal/ceres/compressed_row_sparse_matrix.h +++ b/internal/ceres/compressed_row_sparse_matrix.h
@@ -120,7 +120,7 @@ int max_num_nonzeros_; - DISALLOW_COPY_AND_ASSIGN(CompressedRowSparseMatrix); + CERES_DISALLOW_COPY_AND_ASSIGN(CompressedRowSparseMatrix); }; } // namespace internal