diff options
Diffstat (limited to 'src/views.h')
-rw-r--r-- | src/views.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views.h b/src/views.h index 2be3d978..070ac22d 100644 --- a/src/views.h +++ b/src/views.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2015, John Wiegley. All rights reserved. + * Copyright (c) 2003-2016, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -235,7 +235,7 @@ public: optional<string> note() const { return ptr()->note; } - + bool has_tag(const string& tag) const { return ptr()->has_tag(tag); } |