summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-27 00:05:55 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-27 00:10:57 +0200
commit9219b9c77f3ce283eb6551a484ee4a6592ccfa30 (patch)
tree2bfc2c6c019c6942b4ebf34e434c2022d5d5c2d3 /src
parent55c83a0ec5e4b74d9c5b33514b3c18489595c083 (diff)
Cleanup: remove unnecessary namespace.
Diffstat (limited to 'src')
-rw-r--r--src/asset.cc2
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>();
}