From: Adam Dickmeiss Date: Mon, 19 Jan 2015 09:44:07 +0000 (+0100) Subject: Fix clang warning: class Map instead of struct Map X-Git-Tag: v1.8.2~6 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=a56de466fa2e0303c3e528f8bba8bbd2b3d8db02 Fix clang warning: class Map instead of struct Map --- diff --git a/src/filter_multi.hpp b/src/filter_multi.hpp index 9c98555..3f7a862 100644 --- a/src/filter_multi.hpp +++ b/src/filter_multi.hpp @@ -32,7 +32,7 @@ namespace metaproxy_1 { class Multi : public Base { class Rep; struct Frontend; - struct Map; + class Map; struct FrontendSet; struct Backend; struct BackendSet;