fix holder_type typo

release/4.3a0
Varun Agrawal 2021-03-13 18:30:12 -05:00
parent 6016a2d764
commit 1618218cff
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
{boost_class_export} {boost_class_export}
// Holder type for pybind11 // Holder type for pybind11
{hoder_type} {holder_type}
// Preamble for STL classes // Preamble for STL classes
// TODO(fan): make this automatic // TODO(fan): make this automatic

View File

@ -22,7 +22,7 @@
{boost_class_export} {boost_class_export}
{hoder_type} {holder_type}
#include "python/gtsam_unstable/preamble.h" #include "python/gtsam_unstable/preamble.h"