another typo
[oota-llvm.git] / include / llvm / Support / DOTGraphTraits.h
index 796c74a21ca86d5168cc21e98d469d4e237b433c..3cb8164c3c3dd57c277b804a39c95afa567c598b 100644 (file)
@@ -89,8 +89,9 @@ public:
 
   /// If you want to override the dot attributes printed for a particular edge,
   /// override this method.
-  template<typename EdgeIter>
-  static std::string getEdgeAttributes(const void *Node, EdgeIter EI) {
+  template<typename EdgeIter, typename GraphType>
+  static std::string getEdgeAttributes(const void *Node, EdgeIter EI,
+                                       const GraphType& Graph) {
     return "";
   }