From 5e2990e93094737af489b126063b749c64554f17 Mon Sep 17 00:00:00 2001 From: Oleksandr Zinenko Date: Mon, 5 Jan 2015 10:10:57 +0100 Subject: [PATCH] Fix C++11 compatibility --- include/osl/extensions/irregular.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osl/extensions/irregular.h b/include/osl/extensions/irregular.h index 74b1206..62d5b30 100644 --- a/include/osl/extensions/irregular.h +++ b/include/osl/extensions/irregular.h @@ -76,8 +76,8 @@ extern "C" # define OSL_URI_IRREGULAR "irregular" -# define OSL_TAG_IRREGULAR_START "<"OSL_URI_IRREGULAR">" -# define OSL_TAG_IRREGULAR_STOP "" +# define OSL_TAG_IRREGULAR_START "<" OSL_URI_IRREGULAR ">" +# define OSL_TAG_IRREGULAR_STOP "" /** -- 2.11.4.GIT