aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/TutorialSTL.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TutorialSTL.dox b/doc/TutorialSTL.dox
index 9f41528d3..9a825bc48 100644
--- a/doc/TutorialSTL.dox
+++ b/doc/TutorialSTL.dox
@@ -55,10 +55,10 @@ Here is an example sorting each row of a matrix:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>
<tr><td>
-\include Tutorial_std_sort_rows.cpp
+\include Tutorial_std_sort_rows_cxx11.cpp
</td>
<td>
-\verbinclude Tutorial_std_sort_rows.out
+\verbinclude Tutorial_std_sort_rows_cxx11.out
</td></tr></table>
*/