From 9d92a05d3ba6b032684d6406d2ec89f2fafebf26 Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 5 Oct 2011 17:34:43 +0300 Subject: Drawing rules making routine. --- indexer/types_mapping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indexer/types_mapping.cpp') diff --git a/indexer/types_mapping.cpp b/indexer/types_mapping.cpp index d8f04c8c97..e25029d3a0 100644 --- a/indexer/types_mapping.cpp +++ b/indexer/types_mapping.cpp @@ -8,7 +8,7 @@ void BaseTypeMapper::Load(string const & buffer) { istringstream ss(buffer); - Classificator & c = classif(); + Classificator const & c = classif(); string v; vector path; -- cgit v1.2.3