Index: trunk/psModules/src/objects/pmSourceFitSet.h
===================================================================
--- trunk/psModules/src/objects/pmSourceFitSet.h	(revision 21183)
+++ trunk/psModules/src/objects/pmSourceFitSet.h	(revision 23487)
@@ -24,5 +24,5 @@
 // use this function to init the fit sets based on the number of threads
 bool pmSourceFitSetInit (int nThreads);
-void pmSourceFitSetDone ();
+void pmSourceFitSetDone (void);
 
 // initialize data for a group of object models
@@ -32,6 +32,6 @@
 // functions for selecting the FitSet corresponding to the current thread
 pmSourceFitSetData *pmSourceFitSetDataSet (psArray *modelSet);
-pmSourceFitSetData *pmSourceFitSetDataGet ();
-void pmSourceFitSetDataClear ();
+pmSourceFitSetData *pmSourceFitSetDataGet (void);
+void pmSourceFitSetDataClear (void);
 
 // function used to set limits for a group of models
@@ -54,8 +54,8 @@
  */
 bool pmSourceFitSet(
-    pmSource *source,			///< The input pmSource
-    psArray *modelSet,			///< model to be fitted
-    pmSourceFitMode mode,		///< define parameters to be fitted
-    psImageMaskType maskVal		///< Vale to mask
+    pmSource *source,                   ///< The input pmSource
+    psArray *modelSet,                  ///< model to be fitted
+    pmSourceFitMode mode,               ///< define parameters to be fitted
+    psImageMaskType maskVal             ///< Vale to mask
 
 );
