aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C00_QuickStartGuide.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C00_QuickStartGuide.dox')
-rw-r--r--doc/C00_QuickStartGuide.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/C00_QuickStartGuide.dox b/doc/C00_QuickStartGuide.dox
index 7d34f4806..62b7f6061 100644
--- a/doc/C00_QuickStartGuide.dox
+++ b/doc/C00_QuickStartGuide.dox
@@ -45,7 +45,7 @@ The following three statements sets the other three entries. The final line outp
Here is another example, which combines matrices with vectors. Concentrate on the left-hand program for now; we will talk about the right-hand program later.
-<table class="example">
+<table class="manual">
<tr><th>Size set at run time:</th><th>Size set at compile time:</th></tr>
<tr><td>
\include QuickStart_example2_dynamic.cpp