wrong library, FUSION, not SPIRIT

[SVN r37332]
This commit is contained in:
Joel de Guzman
2007-04-02 05:13:25 +00:00
parent bf05751f9e
commit 5e9e7f31a4
2 changed files with 12 additions and 12 deletions

View File

@ -36,7 +36,7 @@ namespace ns
};
}
BOOST_SPIRIT_ADAPT_STRUCT(
BOOST_FUSION_ADAPT_STRUCT(
ns::point,
(int, x)
(int, y)