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

Daniel Burrows dburrows at costa.debian.org
Tue Aug 9 00:22:44 UTC 2005


Author: dburrows
Date: Tue Aug  9 00:22:41 2005
New Revision: 3770

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vs_pager.h
Log:
Make the vs_file_pager constructors protected, not private.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Aug  9 00:22:41 2005
@@ -1,5 +1,9 @@
 2005-08-08  Daniel Burrows  <dburrows at debian.org>
 
+	* src/vscreen/vs_pager.h:
+
+	  Make the vs_file_pager constructors protected, not private.
+
 	* src/download_list.cc:
 
 	  Fix the default second parameter to download_list::create.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vs_pager.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vs_pager.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vs_pager.h	Tue Aug  9 00:22:41 2005
@@ -178,6 +178,7 @@
 /** Load a file from disk; it's assumed to be ASCII for now. */
 class vs_file_pager:public vs_pager
 {
+protected:
   vs_file_pager();
   vs_file_pager(const std::string &filename, const char *encoding);
   vs_file_pager(const std::wstring &filename, const char *encoding);



More information about the Aptitude-svn-commit mailing list