summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-07 23:16:45 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-07 23:16:45 +0100
commitba5915461f1622715a69fa25579e5e27e64fb079 (patch)
tree221ce87dfbac455c32459e07beb92b6003243e89 /src/data.h
parenta4fb6290e31f7e197cc399c745d320442eb093d4 (diff)
SubtitleString -> shared_ptr<Subtitle>
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index d06b2f49..fd6eb22b 100644
--- a/src/data.h
+++ b/src/data.h
@@ -72,6 +72,8 @@ private:
int _size;
};
+bool operator==(Data const & a, Data const & b);
+
}
#endif