summaryrefslogtreecommitdiff
path: root/hwpfilter/source/solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/solver.h')
-rw-r--r--hwpfilter/source/solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/solver.h b/hwpfilter/source/solver.h
index 0da10ac72ae8..4d2a5e3a8eb8 100644
--- a/hwpfilter/source/solver.h
+++ b/hwpfilter/source/solver.h
@@ -24,7 +24,7 @@ class mgcLinearSystemD
{
public:
static std::unique_ptr<std::unique_ptr<double[]>[]> NewMatrix (int N);
- static double* NewVector (int N);
+ static std::unique_ptr<double[]> NewVector (int N);
static bool Solve (int N, std::unique_ptr<std::unique_ptr<double[]>[]>& A, double* b);
// Input: