mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Suppport for MSVC DLLs.
Change-Id: Ibbcc4ba4e59f5bbf1cb91fe81c7d3b9042d03493
This commit is contained in:
@@ -60,7 +60,7 @@ namespace ceres {
|
||||
// code inheriting from this class is expected to set these two members with the
|
||||
// corresponding accessors. This information will be verified by the Problem
|
||||
// when added with AddResidualBlock().
|
||||
class CostFunction {
|
||||
class CERES_EXPORT CostFunction {
|
||||
public:
|
||||
CostFunction() : num_residuals_(0) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user