X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmac_utils.h;h=fa687932d05eb14efb7c71d745686145c2993204;hp=90e5f580da97e2fa53e6cbdc813637498ef83c03;hb=a95ad2de573027f9bee36db972bcae4195168d0c;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/common/mac_utils.h b/src/common/mac_utils.h index 90e5f580..fa687932 100644 --- a/src/common/mac_utils.h +++ b/src/common/mac_utils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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