diff options
Diffstat (limited to 'src/pkg_ver_item.h')
-rw-r--r-- | src/pkg_ver_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg_ver_item.h b/src/pkg_ver_item.h index 2ad51912..4f4e26bf 100644 --- a/src/pkg_ver_item.h +++ b/src/pkg_ver_item.h @@ -64,7 +64,7 @@ class pkg_ver_item:public pkg_tree_node { pkgCache::VerIterator version; /** Stores the name of this version to avoid problems that can arise - * with transcode(). + * with cwidget::util::transcode(). */ std::wstring version_name; |