From f3a4b459d3b0d0036f96086beeafd7775799bfc9 Mon Sep 17 00:00:00 2001
From: Matthias Benkard <mulk@minimulk.mst-plus>
Date: Fri, 29 Aug 2008 19:41:59 +0200
Subject: NaturalDocs/ObjC.pm: Stylistic improvements.

---
 NaturalDocs/ObjC.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'NaturalDocs')

diff --git a/NaturalDocs/ObjC.pm b/NaturalDocs/ObjC.pm
index f0eeef4..abb4a33 100755
--- a/NaturalDocs/ObjC.pm
+++ b/NaturalDocs/ObjC.pm
@@ -82,9 +82,9 @@ sub ParsePrototype
       $p->AddParameter (NaturalDocs::Languages::Prototype::Parameter->New ("($2)",
                                                                            $1,
                                                                            $3,
-                                                                           "",
-                                                                           "",
-                                                                           ""));
+                                                                           undef,
+                                                                           undef,
+                                                                           undef));
       $args_p = 1;
       $_ = $4;
     }
-- 
cgit v1.2.3