shape ops work in progress
add quartic solution for intersecting quadratics

git-svn-id: http://skia.googlecode.com/svn/trunk@5541 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeMain.cpp b/experimental/Intersection/EdgeMain.cpp
index c210beb..442c629 100644
--- a/experimental/Intersection/EdgeMain.cpp
+++ b/experimental/Intersection/EdgeMain.cpp
@@ -7,7 +7,7 @@
 
 #include "Intersection_Tests.h"
 
-int main(int /*argc*/, char* /*argv*/) {
+int main(int /*argc*/, char** /*argv*/) {
     Intersection_Tests();
     return 0;
 }