diff options
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index 724cabb6c..28103e9c0 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -278,7 +278,7 @@ Content::path_summary () const } /** @return a list of properties that might be interesting to the user */ -list<Content::UserProperty> +list<UserProperty> Content::user_properties () const { list<UserProperty> p; |
