summaryrefslogtreecommitdiff
path: root/quackleio/dawgfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'quackleio/dawgfactory.h')
-rw-r--r--quackleio/dawgfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quackleio/dawgfactory.h b/quackleio/dawgfactory.h
index 2a55461..1a1aa7d 100644
--- a/quackleio/dawgfactory.h
+++ b/quackleio/dawgfactory.h
@@ -26,7 +26,7 @@
class DawgFactory {
public:
- DawgFactory(const UVString& alphabetFile);
+ DawgFactory(const QString &alphabetFile);
~DawgFactory();
int wordCount() const { return m_root.wordCount(); };