~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/vertex.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
namespace boost
35
35
{
36
 
  template <> struct property_kind<drizzled::vertex_properties_t>
 
36
  template<> struct property_kind<drizzled::vertex_properties_t>
37
37
  {
38
38
    typedef vertex_property_tag type;
39
39
  };