summaryrefslogtreecommitdiff
path: root/src/views.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views.h')
-rw-r--r--src/views.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views.h b/src/views.h
index 2be3d978..603b28da 100644
--- a/src/views.h
+++ b/src/views.h
@@ -235,7 +235,7 @@ public:
optional<string> note() const {
return ptr()->note;
}
-
+
bool has_tag(const string& tag) const {
return ptr()->has_tag(tag);
}