You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/10/11 06:56:55 UTC

[2/2] git commit: Fix clang compilation warning

Fix clang compilation warning


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/af3925e2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/af3925e2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/af3925e2

Branch: refs/heads/master
Commit: af3925e2852a2d6fc4ea5b6dbdbe53076f6aba0a
Parents: db03b39
Author: James Peach <jp...@apache.org>
Authored: Wed Oct 10 21:44:16 2012 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Oct 10 21:44:16 2012 -0700

----------------------------------------------------------------------
 proxy/Prefetch.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/af3925e2/proxy/Prefetch.cc
----------------------------------------------------------------------
diff --git a/proxy/Prefetch.cc b/proxy/Prefetch.cc
index 564f496..3812bb7 100644
--- a/proxy/Prefetch.cc
+++ b/proxy/Prefetch.cc
@@ -310,7 +310,7 @@ ClassAllocator<PrefetchUrlEntry> prefetchUrlEntryAllocator("prefetchUrlEntryAllo
 
 struct PrefetchConfigCont;
 typedef int (PrefetchConfigCont::*PrefetchConfigContHandler) (int, void *);
-class PrefetchConfigCont:public Continuation
+struct PrefetchConfigCont:public Continuation
 {
 public:
   PrefetchConfigCont(ProxyMutex * m)