X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmac_utils.h;h=76536ac60ac0c23f4072849e669fd54b6d4deba7;hp=2acf503ec082aee3fd57a970fe481034bee4062f;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3 diff --git a/src/common/mac_utils.h b/src/common/mac_utils.h index 2acf503e..76536ac6 100644 --- a/src/common/mac_utils.h +++ b/src/common/mac_utils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2019 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