[Aptitude-svn-commit] r3775 - in branches/aptitude-0.3/aptitude: . src/vscreen

Daniel Burrows dburrows at costa.debian.org
Tue Aug 9 01:27:25 UTC 2005


Author: dburrows
Date: Tue Aug  9 01:27:22 2005
New Revision: 3775

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vs_util.cc
Log:
Fix a signature skew between vs_util.cc and vs_util.h.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Aug  9 01:27:22 2005
@@ -1,5 +1,11 @@
 2005-08-08  Daniel Burrows  <dburrows at debian.org>
 
+	* src/vscreen/vs_util.cc:
+
+	  Change an implementation signature of vs_dialog_fileview to
+	  match the corresponding interface signature (fixes an undefined
+	  reference at link time).
+
 	* src/vscreen/vs_table.cc, src/vscreen/vs_table.h:
 
 	  Fill in the missing focus_widget_bare routine.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vs_util.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vs_util.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vs_util.cc	Tue Aug  9 01:27:22 2005
@@ -275,7 +275,7 @@
   return vs_dialog_ok(t, okslot, transcode(_("Ok")), st);
 }
 
-vs_widget_ref vs_dialog_fileview(string fn,
+vs_widget_ref vs_dialog_fileview(const string &fn,
 				 slot0arg okslot,
 				 slotarg<sigc::slot1<void, vs_pager &> > search_slot,
 				 slotarg<sigc::slot1<void, vs_pager &> > repeat_search_slot,



More information about the Aptitude-svn-commit mailing list