X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ftext.h;h=0cc513a8d4c3e7478e2a5afb0ad1beb2494a0b96;hp=c4813e1d9ab5cc98a3ca95ffb84901a21496f060;hb=52069b98994d3695c73f4b22d2ea66a04fdda2cf;hpb=0badb429aa9d2ddcdaf5ca9e166874a6f39e15a0 diff --git a/source/common/text.h b/source/common/text.h index c4813e1..0cc513a 100644 --- a/source/common/text.h +++ b/source/common/text.h @@ -1,11 +1,11 @@ +#ifndef __COMMON_TEXT_H__ +#define __COMMON_TEXT_H__ + #include #include #include #include -#ifndef __COMMON_TEXT_H__ -#define __COMMON_TEXT_H__ - struct PropertyNameValue{ std::string Name; std::string Value;