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

Daniel Burrows dburrows at costa.debian.org
Mon Aug 8 17:59:10 UTC 2005


Author: dburrows
Date: Mon Aug  8 17:59:08 2005
New Revision: 3745

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/edit_pkg_hier.h
Log:
Make ::create() static.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Aug  8 17:59:08 2005
@@ -1,5 +1,9 @@
 2005-08-08  Daniel Burrows  <dburrows at debian.org>
 
+	* src/edit_pkg_hier.h:
+
+	  Whoops, make ::create() static.
+
 	* src/pkg_item.cc:
 
 	  Update the pkg_item implementation for refcounting.

Modified: branches/aptitude-0.3/aptitude/src/edit_pkg_hier.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/edit_pkg_hier.h	(original)
+++ branches/aptitude-0.3/aptitude/src/edit_pkg_hier.h	Mon Aug  8 17:59:08 2005
@@ -59,7 +59,7 @@
 
   vs_hier_editor();
 public:
-  ref_ptr<vs_hier_editor> create()
+  static ref_ptr<vs_hier_editor> create()
   {
     return new vs_hier_editor;
   }



More information about the Aptitude-svn-commit mailing list