[Aptitude-svn-commit] r4363 - branches/aptitude-0.3/aptitude/src/generic/util

Daniel Burrows dburrows at costa.debian.org
Fri Sep 30 15:58:30 UTC 2005


Author: dburrows
Date: Fri Sep 30 15:58:25 2005
New Revision: 4363

Modified:
   branches/aptitude-0.3/aptitude/src/generic/util/temp.h
Log:
Doh.

Modified: branches/aptitude-0.3/aptitude/src/generic/util/temp.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/util/temp.h	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/util/temp.h	Fri Sep 30 15:58:25 2005
@@ -269,7 +269,7 @@
     /** \return the enclosing directory of this temporary name; will
      *          never be an invalid reference unless this is invalid.
      */
-    std::string get_parent() const;
+    dir get_parent() const;
   };
 
   class name::impl
@@ -377,7 +377,7 @@
     return real_name->get_name();
   }
 
-  inline std::string name::get_parent() const
+  inline dir name::get_parent() const
   {
     if(real_name != NULL)
       return real_name->get_parent();



More information about the Aptitude-svn-commit mailing list