ultimatepp/bazaar/CtrlLibBoostPy/EditCtrl.cpp
kohait 9bbba24d1d bazaar: BoostPyTest: exporting the various edit fields
git-svn-id: svn://ultimatepp.org/upp/trunk@3633 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-10 20:20:59 +00:00

13 lines
141 B
C++

#include "EditCtrl.h"
using namespace boost::python;
NAMESPACE_UPP
void export_EditCtrl()
{
ONCELOCK
{
}
}
END_UPP_NAMESPACE