diff options
Diffstat (limited to 'src/reel_file_asset.h')
| -rw-r--r-- | src/reel_file_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_file_asset.h b/src/reel_file_asset.h index 6ef917ab..687e0d3e 100644 --- a/src/reel_file_asset.h +++ b/src/reel_file_asset.h @@ -79,7 +79,7 @@ public: _hash = h; } - bool file_asset_equals (std::shared_ptr<const ReelFileAsset> other, EqualityOptions opt, NoteHandler note) const; + bool file_asset_equals(std::shared_ptr<const ReelFileAsset> other, EqualityOptions const& opt, NoteHandler note) const; virtual boost::optional<std::string> key_type () const { return boost::none; |
