diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc index b69e68e8..14aec0dd 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -158,7 +158,7 @@ void Asset::set_file (path file) const { _file = absolute (file); - _hash = boost::optional<string>(); + _hash = optional<string>(); } |
