X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fcolour.h;h=8eebe416e085c09f185bfb0a439cae7d12c928e9;hb=847f9d9759f9d5e540c4de14a507fa27252bf697;hp=dc3dedfc8dba94ea4bbb73652391f2ebe893d6d8;hpb=e239336903d4625067eb7afda590fa5496cebbf4;p=xestiacalendar%2F.git diff --git a/source/common/colour.h b/source/common/colour.h index dc3dedf..8eebe41 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. @@ -19,6 +19,9 @@ #include #include "text.h" +#ifndef __COMMON_COLOUR_H__ +#define __COMMON_COLOUR_H__ + using namespace std; struct Colour{ @@ -83,4 +86,6 @@ struct Colour{ } -}; \ No newline at end of file +}; + +#endif \ No newline at end of file