From ecae4ba252c9b78d6b4fa6d14d2e694b8f71306a Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Sun, 3 Nov 2013 22:43:22 -0800 Subject: Make clang happy (for Mavericks) --- quackleio/dict.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'quackleio/dict.h') diff --git a/quackleio/dict.h b/quackleio/dict.h index 4935e4b..49b9286 100644 --- a/quackleio/dict.h +++ b/quackleio/dict.h @@ -55,6 +55,10 @@ private: ExtensionList getExtensionList(bool front) const; }; +// Returns true if word1 is less playable than word2; +// otherwise returns false. +bool operator<(const Dict::Word &word1, const Dict::Word &word2); + class WordList : public QList { public: @@ -84,8 +88,4 @@ public: } -// Returns true if word1 is less playable than word2; -// otherwise returns false. -bool operator<(const Dict::Word &word1, const Dict::Word &word2); - #endif -- cgit v1.2.3