diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 16:13:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | fa369ef1db0e9f68fdc0145f86ce15446a750af5 (patch) | |
| tree | 3990b80d820aa1cf54eeb398149c3f1f99ccf471 /src/lib/content.cc | |
| parent | b1152a6bf9d24e220b4dd9aa5819e89adcdf8264 (diff) | |
Move UserProperty into its own file.
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; |
