aboutsummaryrefslogtreecommitdiff
path: root/odb/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/parser.cxx')
-rw-r--r--odb/parser.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/parser.cxx b/odb/parser.cxx
index 9a19440..c5456d6 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -141,6 +141,8 @@ private:
access
decl_access (tree decl)
{
+ // Note that TREE_PUBLIC() returns something other than what we need.
+ //
if (TREE_PRIVATE (decl))
return access::private_;