|
From: <cre...@us...> - 2006-10-04 00:48:37
|
Revision: 1538
http://svn.sourceforge.net/frontierkernel/?rev=1538&view=rev
Author: creecode
Date: 2006-10-03 10:42:32 -0700 (Tue, 03 Oct 2006)
Log Message:
-----------
for newfilewindow definition made first param const
Modified Paths:
--------------
Frontier/branches/FSRef_Migration/Common/headers/shell.h
Modified: Frontier/branches/FSRef_Migration/Common/headers/shell.h
===================================================================
--- Frontier/branches/FSRef_Migration/Common/headers/shell.h 2006-10-03 17:41:05 UTC (rev 1537)
+++ Frontier/branches/FSRef_Migration/Common/headers/shell.h 2006-10-03 17:42:32 UTC (rev 1538)
@@ -782,7 +782,7 @@
extern boolean newchildwindow (short, hdlwindowinfo, Rect *, const Rect *, bigstring, WindowPtr *);
-extern boolean newfilewindow (ptrfilespec, hdlfilenum, short, boolean, WindowPtr *);
+extern boolean newfilewindow ( const ptrfilespec, hdlfilenum, short, boolean, WindowPtr * ); // 2009-09-30 creedon: made first param const
extern boolean isfilewindow (WindowPtr);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|