From 1d02e0d5ec3288d90272e426e79056c78b007be3 Mon Sep 17 00:00:00 2001 From: Daenyth Date: Fri, 27 Jun 2014 20:00:29 -0400 Subject: [PATCH] Clarify comment about typedef for OSX compiling --- cockatrice/src/carddatabase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/carddatabase.h b/cockatrice/src/carddatabase.h index 28d56d13..09edeff4 100644 --- a/cockatrice/src/carddatabase.h +++ b/cockatrice/src/carddatabase.h @@ -20,7 +20,7 @@ class QNetworkRequest; typedef QMap QStringMap; -// If we don't typedef this, CardInfo::CardInfo will refuse to compile on OS X. +// If we don't typedef this, CardInfo::CardInfo will refuse to compile on OS X < 10.9 typedef QMap MuidMap; class CardSet : public QList {