aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/QuickStart_example2_dynamic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/QuickStart_example2_dynamic.cpp')
-rw-r--r--doc/examples/QuickStart_example2_dynamic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/QuickStart_example2_dynamic.cpp b/doc/examples/QuickStart_example2_dynamic.cpp
index b46ecef99..ccaba9c82 100644
--- a/doc/examples/QuickStart_example2_dynamic.cpp
+++ b/doc/examples/QuickStart_example2_dynamic.cpp
@@ -4,7 +4,7 @@
using Eigen::MatrixXd;
using Eigen::VectorXd;
-int main(int, char *[])
+int main()
{
MatrixXd m(3,3);
for (int row = 0; row < 3; ++row)