X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmac_utils.h;h=76536ac60ac0c23f4072849e669fd54b6d4deba7;hb=45645a28bdc5b6c1052b3e4cebf8cc80832d205a;hp=0ade199d8ba459c6acd5d5b8ea183c0e2c4f53f1;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/common/mac_utils.h b/src/common/mac_utils.h index 0ade199d..76536ac6 100644 --- a/src/common/mac_utils.h +++ b/src/common/mac_utils.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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