projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d90cca
)
Fix clang warning: class Map instead of struct Map
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 19 Jan 2015 09:44:07 +0000
(10:44 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 19 Jan 2015 09:44:07 +0000
(10:44 +0100)
src/filter_multi.hpp
patch
|
blob
|
history
diff --git
a/src/filter_multi.hpp
b/src/filter_multi.hpp
index
9c98555
..
3f7a862
100644
(file)
--- 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;