]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Syntax.hpp
Ported Objective-C bridge to match up with the latest compiler changes.
[cycript.git] / ObjectiveC / Syntax.hpp
index 39695d007cc986a836b60d738d3c627b552f4818..f4101fb547783a585de01887b82bdf839ab87ff5 100644 (file)
@@ -49,7 +49,7 @@ struct CYSelectorPart :
     CYWord *name_;
     bool value_;
 
-    CYSelectorPart(CYWord *name, bool value, CYSelectorPart *next) :
+    CYSelectorPart(CYWord *name, bool value, CYSelectorPart *next = NULL) :
         CYNext<CYSelectorPart>(next),
         name_(name),
         value_(value)