Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-01-23 13:37:19 +0300
committerbubnikv <bubnikv@gmail.com>2018-01-23 13:37:19 +0300
commit09c9f6bdc36eecce8c049fac4eec8bcb6afefe7b (patch)
treebc133e4fd124c9f5b807e73aa17ee540323e3ff2 /xs/src/perlglue.cpp
parent1d10a2293a0eb675a723704ca7cec9b378c48bcb (diff)
Added TabIface C++ wrapper for GUI::Tab C++ class,
exported the TabIface to Perl.
Diffstat (limited to 'xs/src/perlglue.cpp')
-rw-r--r--xs/src/perlglue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/perlglue.cpp b/xs/src/perlglue.cpp
index 948fcfd93..866341181 100644
--- a/xs/src/perlglue.cpp
+++ b/xs/src/perlglue.cpp
@@ -62,6 +62,7 @@ REGISTER_CLASS(Preset, "GUI::Preset");
REGISTER_CLASS(PresetCollection, "GUI::PresetCollection");
REGISTER_CLASS(PresetBundle, "GUI::PresetBundle");
REGISTER_CLASS(PresetHints, "GUI::PresetHints");
+REGISTER_CLASS(TabIface, "GUI::Tab2");
SV* ConfigBase__as_hash(ConfigBase* THIS)
{