From afd15e20f60d298d4ef829b6c26920b16dea3775 Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 16 Jul 2020 12:58:31 +0300 Subject: [PATCH] fix warning --- qad/utils/qad_locations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qad/utils/qad_locations.h b/qad/utils/qad_locations.h index 8fba7c0..48fdfc1 100644 --- a/qad/utils/qad_locations.h +++ b/qad/utils/qad_locations.h @@ -26,7 +26,7 @@ namespace QAD { - enum QAD_EXPORT LocationType { + enum LocationType { ltConfig, ltCache, };