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

Daniel Burrows dburrows at costa.debian.org
Mon Aug 8 17:37:53 UTC 2005


Author: dburrows
Date: Mon Aug  8 17:37:50 2005
New Revision: 3735

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/vscreen/vs_text_layout.h
Log:
Constructors should be protected, not private.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Aug  8 17:37:50 2005
@@ -1,5 +1,9 @@
 2005-08-08  Daniel Burrows  <dburrows at debian.org>
 
+	* src/vscreen/vs_text_layout.h:
+
+	  Constructors should be protected, not private.
+
 	* src/apt_config_widgets.cc, src/apt_config_widgets.h, src/apt_options.cc, src/apt_options.h:
 
 	  Convert the configuration <-> UI interface layer to use the

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vs_text_layout.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vs_text_layout.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vs_text_layout.h	Mon Aug  8 17:37:50 2005
@@ -27,6 +27,7 @@
  */
 class vs_text_layout:public vscreen_widget
 {
+protected:
   vs_text_layout();
   vs_text_layout(fragment *f);
 public:



More information about the Aptitude-svn-commit mailing list