aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libother/otherobjecttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/libother/otherobjecttype.h')
-rw-r--r--sources/shiboken2/tests/libother/otherobjecttype.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sources/shiboken2/tests/libother/otherobjecttype.h b/sources/shiboken2/tests/libother/otherobjecttype.h
index 22687c8bd..a9362c370 100644
--- a/sources/shiboken2/tests/libother/otherobjecttype.h
+++ b/sources/shiboken2/tests/libother/otherobjecttype.h
@@ -35,11 +35,15 @@
#include "libothermacros.h"
#include "objecttype.h"
#include "collector.h"
+#include "samplenamespace.h"
+#include "removednamespaces.h"
-class OtherObjectType : public ObjectType
+
+class LIBOTHER_API OtherObjectType : public ObjectType
{
public:
-
+ static int enumAsInt(SampleNamespace::SomeClass::PublicScopedEnum value);
+ static int enumAsIntForInvisibleNamespace(RemovedNamespace1::RemovedNamespace1_Enum value);
};