summaryrefslogtreecommitdiff
path: root/quackleio/gaddagfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'quackleio/gaddagfactory.h')
-rw-r--r--quackleio/gaddagfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quackleio/gaddagfactory.h b/quackleio/gaddagfactory.h
index 966c561..364e492 100644
--- a/quackleio/gaddagfactory.h
+++ b/quackleio/gaddagfactory.h
@@ -35,8 +35,8 @@ public:
GaddagFactory(const UVString &alphabetFile);
~GaddagFactory();
- int wordCount() const { return m_gaddagizedWords.size(); };
- int nodeCount() const { return m_nodelist.size(); };
+ int wordCount() const { return (int)m_gaddagizedWords.size(); };
+ int nodeCount() const { return (int)m_nodelist.size(); };
int encodableWords() const { return m_encodableWords; };
int unencodableWords() const { return m_unencodableWords; };