X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fcolour.h;h=93d42a686c6a31f07fe6cf10e9f0bc65b7490994;hb=93dec256522729e3d13e035755f3c5a1e57efb37;hp=4907aa71539185dff6af4dc3da7b19b9c89fb7a9;hpb=138eaab9528a590a5be8d60ff328db7e438da5b0;p=xestiacalendar%2F.git diff --git a/source/common/colour.h b/source/common/colour.h index 4907aa7..93d42a6 100644 --- a/source/common/colour.h +++ b/source/common/colour.h @@ -4,11 +4,11 @@ // // This file is part of Xestia Calendar. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. @@ -26,10 +26,10 @@ using namespace std; struct Colour{ - int red; - int blue; - int green; - int alpha; + int red = 0; + int blue = 0; + int green = 0; + int alpha = 255; operator string() {