summaryrefslogtreecommitdiff
path: root/typelibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'typelibrary.cpp')
-rw-r--r--typelibrary.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/typelibrary.cpp b/typelibrary.cpp
index a2fff4a5..bea52459 100644
--- a/typelibrary.cpp
+++ b/typelibrary.cpp
@@ -259,3 +259,9 @@ void TypeLibrary::Finalize()
{
BNFinalizeTypeLibrary(m_object);
}
+
+
+void TypeLibrary::Register()
+{
+ BNRegisterTypeLibrary(m_object);
+}