X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmac_utils.h;h=fa687932d05eb14efb7c71d745686145c2993204;hb=b134e777b822b929a78455fd92146bf7443e9aa1;hp=7b3ba88e63db29f9c8083f2be898cf721c7ae7fa;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/common/mac_utils.h b/src/common/mac_utils.h index 7b3ba88e..fa687932 100644 --- a/src/common/mac_utils.h +++ b/src/common/mac_utils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,8 +22,9 @@ #define MAC_UTILS_H #include + #include QString CFStringToQString(CFStringRef str); -#endif //MAC_UTILS_H +#endif // MAC_UTILS_H