From f8c42ddd528b79794a4e0481d68d8dd6a444d9f9 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 14 Feb 2013 20:42:16 +0000 Subject: [PATCH] Comments only --- wrap/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/Module.h b/wrap/Module.h index 27d67f8ea..93f699e14 100644 --- a/wrap/Module.h +++ b/wrap/Module.h @@ -59,7 +59,7 @@ struct Module { /// MATLAB code generation: void matlab_code( const std::string& path, - const std::string& headerPath) const; + const std::string& headerPath) const; // FIXME: headerPath not actually used? void finish_wrapper(FileWriter& file, const std::vector& functionNames) const;