aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-28 10:13:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-28 10:13:37 +0200
commitc7a98034ccc3425090dddade05fd09d54d1f940f (patch)
tree3e0788814c741944febfb50c8ea533232803cb87
parent2709ab07167efffddd65f772ff99361bba30b006 (diff)
Fix incorrect pragma
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index ede430d..c44c144 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -7777,7 +7777,7 @@ enum taste
salty
};
-#pragma object
+#pragma db object
class object
{
...