summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker/dependencies.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/dependencies.hxx')
-rw-r--r--codemaker/source/cppumaker/dependencies.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/codemaker/source/cppumaker/dependencies.hxx b/codemaker/source/cppumaker/dependencies.hxx
index 718dac392c87..c7eae1dfc6b6 100644
--- a/codemaker/source/cppumaker/dependencies.hxx
+++ b/codemaker/source/cppumaker/dependencies.hxx
@@ -82,6 +82,9 @@ public:
bool hasLongDependency() const { return m_longDependency; }
+ bool hasUnsignedLongDependency() const
+ { return m_unsignedLongDependency; }
+
bool hasHyperDependency() const { return m_hyperDependency; }
bool hasUnsignedHyperDependency() const