Menu

Diff of /trunk/Src/UNulDataReader.pas [r1054] .. [r1055]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/Src/UNulDataReader.pas
+++ b/trunk/Src/UNulDataReader.pas
@@ -74,7 +74,7 @@
         @param Cat [in] Name of category containing routines.
         @return Empty list.
       }
-    procedure GetRoutineProps(const Routine: string; var Props: TRoutineData);
+    procedure GetRoutineProps(const Routine: string; var Props: TSnippetData);
       {Gets properties of a routine. These are the fields of the routine's
       record in the routines "table".
         @param Routine [in] Name of required routine.
@@ -149,7 +149,7 @@
 end;
 
 procedure TNulDataReader.GetRoutineProps(const Routine: string;
-  var Props: TRoutineData);
+  var Props: TSnippetData);
   {Gets properties of a routine. These are the fields of the routine's record in
   the routines "table".
     @param Routine [in] Name of required routine.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.